/************************************/
/*
BullzArtDesign StyleSheet
Copyright 2010, BullzArtDesign
URL: www.badoink.com
AUTHOR: M.Franck
DATE: 08/01/2011
REVISION: 1.0

DESCRIPTION: Main stylesheet for BaDoink Website

Color used : #454545, #0088CC, #000000, #FFFFFF, #DDDDDD

Fonts used : Lucida Grande, Lucida Sans Unicode, Arial, Verdana.

*/
/************************************/



/* --- RESET --- */

* {margin:0;padding:0;}
a,a img {border:0;text-decoration:none;outline: 0 none;}


body {
	font-family: 'Open Sans', Calibri, Arial, sans-serif;
	/*background: url(http://cdn.badoink.com/cdn/images/bgLight.jpg) repeat-x scroll 0 0 #F5F6F7;*/
	color:#454545;
	text-shadow: 0px 1px 0px #FFF;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
}

/* --- LINKS STYLE --- */
a {color: #454545;}
a:link, a:visited, a:active {text-decoration: none;}
a:hover {color: #0088CC;}

/* -------- TITLE ELEMENTS STYLE --------- */
h1 { font-weight: bold; font-size: 30px; line-height: 70px; margin-bottom: 18px; letter-spacing: -1.2px;}
h2 { font-weight: bold; font-size: 18px; line-height: 20px; margin-bottom: 18px; letter-spacing: -0.2px;}
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }

.clear {clear: both;}

#wrapper {}

/* ---- TOP NAV ----- */
#topheader {
	height: 82px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	position: relative;
	width: 980px;
	/*z-index: 9998;*/
}
/* ---- TOP LOGO ----- */
#topheader #toplogo {
	/*background-image: url("http://cdn.badoink.com/cdn/images/TopLogo.jpg");
	background-repeat: no-repeat;*/
	display: block;
	float: left;
	height: 76px;
	position: relative;
	vertical-align: middle;
	width: 340px;
	font-size: 0px;
	/*text-indent: -9000px;*/
	overflow: hidden;
}
/* ---- TOP LOGO FOR COBRANDS ----- */
#topheader #toplogocobrand {
	/*background-image: url("http://cdn.badoink.com/cdn/images/TopLogo.jpg");
	background-repeat: no-repeat;*/
	display: block;
	float: left;
	height: 150px;
	position: relative;
	vertical-align: middle;
	width: 340px;
	font-size: 0px;
	/*text-indent: -9000px;*/
	overflow: hidden;
}

#topheader #topnav {
	margin: 0;
	padding: 0;
	/*width: 100%;*/
}
#topheader #topnav:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#topheader #topnav li {
	display: inline;
}
#topheader #topnav ul.firstmenu li a {
	background-image: url("http://cdn.badoink.com/cdn/images/top-nav_en_37.jpg");
	background-repeat: no-repeat;
	float: <?php if  ($currlang != 'en'){ ?>left <?php }else{ ?>right<?php } ?>;
	height: 0;
	overflow: hidden;
	padding-top: 38px;
	width: 133px;
	margin-top: 22px;
}
/* -------- HOME BUTTON --------- */
#topheader #topnav ul.firstmenu li#home a {background-position: 0 <? if($indexBool) echo '-38px'; else echo '0';?>}
#topheader #topnav ul.firstmenu li#home a:hover {background-position: 0 -38px;}
#topheader #topnav ul.firstmenu li#home a:active {background-position: 0 -76px;}
/* -------- PREVIEW BUTTON --------- */
#topheader #topnav ul.firstmenu li#preview a {background-position: -133px <? if($previewBool) echo '-38px'; else echo '0';?>;}
#topheader #topnav ul.firstmenu li#preview a:hover {background-position: -133px -38px;}
#topheader #topnav ul.firstmenu li#preview a:active {background-position: -133px -76px;}
/* -------- FREE TRIAL BUTTON --------- */
#topheader #topnav ul.firstmenu li#freetrial a {background-position: -266px <? if($freeBool) echo '-38px'; else echo '0';?>;}
#topheader #topnav ul.firstmenu li#freetrial a:hover {background-position: -266px -38px;}
#topheader #topnav ul.firstmenu li#freetrial a:active {background-position: -266px -76px;}
/* -------- JOIN BUTTON --------- */
#topheader #topnav ul.firstmenu li#join a {background-position: -266px <? if($freeBool) echo '-38px'; else echo '0';?>;}
#topheader #topnav ul.firstmenu li#join a:hover {background-position: -266px -38px;}
#topheader #topnav ul.firstmenu li#join a:active {background-position: -266px -76px;}

.join a {}

/* -------- LOGIN BUTTON --------- */
#topheader #topnav div#login a {
	background-image: url("http://cdn.badoink.com/cdn/images/login_button_en.jpg");
	background-repeat: no-repeat;
	float: <?php if  ($currlang != 'en'){ ?>left <?php }else{ ?>right<?php } ?>;
	height: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-top: 38px;
	width: 122px;
	margin: 22px 0 0 12px;
}

#topheader #topnav div#login a {background-position: 0px 0;}
#topheader #topnav div#login a:hover {background-position: 0px -38px;}
#topheader #topnav div#login a:active {background-position: 0px -76px;}

/* -------- LANGAGE BUTTON --------- */
/*
#topheader #topnav div#language a {
	background-image: url("../images/langage_button.jpg");
	background-repeat: no-repeat;
	float: right;
	height: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-top: 38px;
	width: 73px;
	margin-top: 22px;
}

#topheader #topnav div#language a {background-position: 0px 0;}
#topheader #topnav div#language a:hover {background-position: 0px -38px;}
#topheader #topnav div#language a:active {background-position: 0px -76px;}
*/
div#language {
    position: absolute;
    float: right;
    display: block;
    right: 0px;
    margin-left: 10px;
    top: 22px;
    z-index: 9999;
}
/* -------- FREE TRIAL BIG BUTTON --------- */
div.dlButton {
text-indent: -9000px;
overflow: hidden;
}
div.dlButton a {
	background-image: url("http://cdn.badoink.com/cdn/images/freetrial_button_en_37.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 15px auto 0 auto;
	width: 444px;
	height: 86px;
	display: block; position: relative;
	font-size: 0;
}
div.dlButton a:hover {
	background-position: 0px -86px;
}

/* -------- WRAPPER & MAIN CONTAINER --------- */

#wrapper #titleBox {
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	background: #FFF;
	height:71px;
	margin:15px auto;
	width: 980px;
}
#wrapper #titleBox h1 {text-align: center; margin: 0 auto;}

#wrapper #mainText {
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	background: #FFF;
	height:auto;
	margin: 15px auto;
	width: 930px;
	padding:35px 25px;
}
#wrapper #mainText h2 {}
#wrapper #mainText p {
	margin: 0 0 18px 0;
	font: 14px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

#wrapper #mainText ul {
	font: 13px/22px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	list-style: disc inside none;
	padding: 0 0 0 50px;
}

#wrapper #mainText ul li {}

/* ----------------------------- */
/* ---- MEMBERS 2 PAGE BOX ----- */
/* ----------------------------- */
#wrapper #main2 {
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	background: #FFF;
	height: 410px;
	margin: 45px auto 0 auto;
	width: 980px;
	z-index: 99;
}

#wrapper #main2 #loginBox {
	background: url("http://cdn.badoink.com/cdn/images/model-login.jpg") no-repeat scroll 0 0 transparent;
	display: block;
	position: absolute;
	top: 110px;
	width: 980px;
	height: 446px;


}
#wrapper #main2 #loginBox2 {
	background: url("http://cdn.badoink.com/cdn/images/Model-LoginPage.jpg") no-repeat scroll 0 0 transparent;
	display: block;
	position: absolute;
	top: 110px;
	width: 980px;
	height: 446px;


}
#wrapper #main2 div.mainForm {
    border: 0 none;
    height: 382px;
    left: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 10px;
    width: 340px;
    z-index: 1;
}

#wrapper #main2 form#loginForm {
	margin: 0 auto;
	padding-top: 32px;
	text-align: center;
}
#wrapper #main2 form#loginForm fieldset {
	border: 0px none;
}
#wrapper #main2 form#loginForm label {
	clear: both;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 9px 0;
	padding-top: 2px;
	text-align: center !important;
	text-shadow: 0 1px 0 #FFFFFF;
	width: 342px;
}
#wrapper #main2 form#loginForm input[type="text"], #wrapper #main2 form#loginForm input[type="password"] {
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 0 3px #CECECE inset;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 0 3px #CECECE inset;
	-o-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius:5px;
	background-color: transparent;
	border: 1px solid #BEBEBE;
	font-size: 16px;
	margin: 0 0 5px;
	padding: 7px 0;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	width: 151px;
	color: #CCC;
}
#wrapper #main2 form#loginForm input[type="text"]:hover, #wrapper #main2 form#loginForm input[type="password"]:hover {
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow:0px 0px 5px #0088CC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 0 5px #0088CC;
	-o-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius:5px;
	border: 1px solid #0088CC;
	margin: 0 0 5px;
	padding: 7px 0;
	text-shadow: 0 1px 0 #FFFFFF;
	width: 151px;
	font-size: 16px;
	text-align: center;
	color: #454545;
}
#wrapper #main2 form#loginForm input[type="text"]:focus, #wrapper #main2 form#loginForm input[type="password"]:focus {
	-moz-box-shadow: 0px 0px 3px #0088CC inset;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0 0 3px #0088CC inset;
	-o-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius:2px;
	margin: 0 0 5px;
	padding: 7px 0;
	text-shadow: 0 1px 0 #FFFFFF;
	width: 151px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #0088CC;
	background-color: #BFE5FF;
	color: #454545;
}
/* ----------------------------- */
/* ----- SUBMIT BUTTON FORM ---- */
/* ----------------------------- */
#wrapper #main2 input[type="submit"] {
	background: url("http://cdn.badoink.com/cdn/images/login_button_blue_en.jpg") no-repeat scroll 0 0 transparent;
	display: block;
	height: 50px;
	width: 238px;
	border: 0px none;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	font-size: 0;
	outline: 0 none;
}
#wrapper #main2 input[type="submit"]:hover {
	background: url("http://cdn.badoink.com/cdn/images/login_button_blue_en.jpg") no-repeat scroll 0 bottom transparent;
	outline: 0 none;
}

#wrapper #main2 form#loginForm .centertxtlit {clear:both;float:left;font-size:xx-small;margin:0 0 10px;text-align:left;width:75%;}
#wrapper #main2 p.forminfo {float: right;width: 300px;display:block;text-align:justify;position:relative;top:10px;right:10px;}

#error2, #error {
	clear: both;
	color: red;
	float: left;
	font-family: "Lucida Grande","Lucida Sans Unicode","Arial",sans-serif;
	font-size: 12px;
	margin: 55px auto 0;
	text-align: center;
	text-shadow: 0 1px 0px #fff;
	width: 342px !important;
}

/* ----------------------------- */
/* ---- FREE TRIAL PAGE BOX ---- */
/* ----------------------------- */
#wrapper #main3 {
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	background: #FFF;
	height:540px;
	margin: 15px auto;
	width: 980px;
}
#wrapper #titleBox2 {
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	background: #FFF;
	height:71px;
	margin:15px auto;
	width: 980px;
}

#wrapper #titleBox2 h1 {text-align: right; margin: 0 auto;padding-right: 50px;z-index: 2;position: relative; font-size:26px; line-height:82px}
#wrapper #titleBox2 h1 span {color:red;}

#wrapper #main3 #ftBox {
	background: url("http://cdn.badoink.com/cdn/images/freetrial_bg.jpg") no-repeat scroll 0 0 transparent;
	display: block;
	position: absolute;
	top: 95px;
	width: 980px;
	height: 651px;
	z-index: 1;
}

#wrapper #main3 #ftBoxgay {
	background: url("http://cdn.badoink.com/cdn/images/freetrial_bg_gay.jpg") no-repeat scroll 0 0 transparent;
	display: block;
	position: absolute;
	top: 95px;
	width: 980px;
	height: 651px;
	z-index: 1;
}

#wrapper #main3 div.mainForm form h2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    top: -60px;
    font-size: 21px;
}
/* ----------------------------- */
/* --FREE TRIAL FORM ELEMENTS -- */
/* ----------------------------- */
#wrapper #main3 div.mainForm {
    border: 0 none;
    height: 382px;
    left: 248px;
    margin: 0;
    position: relative;
    text-align: center;
    top: 90px;
    width: 712px;
    z-index: 5;
}

#wrapper #main3 form#planForm fieldset#planType {
    border: 0 none;
    padding: 0px 15px 15px 15px;
    width: 260px;
    float: left;
    clear: both;
    margin-right: 20px;
    display:inline;
}
#wrapper #main3 form#planForm fieldset#planInfos {
    width: 369px;
    padding: 0px 15px 0px;
    border: 0 none;
    margin-bottom: 35px;
}

#wrapper #main3 form#planForm fieldset#planType ul {
    border: 0 none;
    list-style: none;
}
#wrapper #main3 form#planForm fieldset#planType ul li {
    height: 80px;
    vertical-align: middle;
    background: transparent;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #0c4c8b;
}
#wrapper #main3 form#planForm fieldset#planType ul li:hover, #wrapper #main3 form#planForm fieldset ul li:focus, #wrapper #main3 form#planForm fieldset ul li:active {
    background: #ceeafe;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #0c4c8b;
}

#wrapper #main3 form#planForm fieldset#planType ul li div.radioContainer {
		/* OLD BROWSERS */
		background: #446a97 url("http://cdn.badoink.com/cdn/images/gradient-bg.gif") repeat-x top;
		-o-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		/* Opera */
		background: #446a97 url("http://cdn.badoink.com/cdn/mages/gradient-bg.gif");
		/* RECENT BROWSER */
		background-image: -moz-linear-gradient( top, #ffffff, #a7c3db 50%, #7da0bd 50%, #446a97);
		background-image: -webkit-gradient( linear, left top, left bottom, from(#ffffff), to(#446a97), color-stop(0.5, #a7c3db), color-stop(0.5, #7da0bd));
		-o-border-radius:4px 0px 0px 4px;
		-khtml-border-radius:4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border: 0 none;
    height: 16px;
    vertical-align: middle;
    float: left;
    clear: both;
    /*position: absolute;*/
    <? if($tour==37 || $tour==38) echo 'width:24px'; else echo 'width: 30px';?>;
    padding: 32px 0px;
    border-right: 1px solid;
}

#wrapper #main3 form#planForm fieldset#planType ul li p.PlanTitle {
    float: right;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-shadow: 0 1px 0 #FFFFFF;
    <? if($tour==38 || $tour==37) echo 'width:228px'; else echo 'width: 220px';?>;
    padding: 18px 0 1px 0;
    margin: 0;
}
#wrapper #main3 form#planForm fieldset#planType ul li p.PlanPrice {
    float: right;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    text-shadow: 0 1px 0 #FFFFFF;
    <? if($tour==38 || $tour==37) echo 'width:210px; margin-right:17px;'; else echo 'width: 220px';?>;
}

#wrapper #main3 form#planForm fieldset#planInfos label {
    clear: both;
    float: left;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 144px;
    height: 32px;
    display: block;
    vertical-align: middle;
    padding: 20px 0 0 25px;
    <?php if( $currlang=='at'): ?>
    padding-top:7px!important;
    padding-bottom:7px!important;
    height:18px!important;
    line-height:18px!important;
    margin-bottom: 4px!important;
    <?php endif; ?>

}

#wrapper #main3 form#planForm input[type="text"], #wrapper #main3 form#planForm input[type="password"], #wrapper #main3 form#planForm input[type="email"],#wrapper #main3 form#planForm select {
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 0 3px #CECECE inset;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 0 3px #CECECE inset;
	-o-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius:5px;
  background-color: transparent;
  border: 1px solid #BEBEBE;
  color: #CCCCCC;
  float: right;
  font-size: 16px;
  padding: 7px 0;
  text-align: center;
  text-shadow: 0 1px 0 #FFFFFF;
  margin: 10px;
  width:170px;
    <?php if( $currlang=='at'): ?>
    margin-bottom:4px;
    margin-top:0px;
    <?php endif; ?>
}

#wrapper #main3 form#planForm fieldset {
    border: 0px none !important;
}

#wrapper #main3 form#planForm input[type="text"]:hover, #wrapper #main3 form#planForm input[type="password"]:hover, #wrapper #main3 form#planForm input[type="email"]:hover, #wrapper #main3 form#planForm select:hover {
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow:0px 0px 5px #0088CC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 0 5px #0088CC;
	-o-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius:5px;
	border: 1px solid #0088CC;
	color: #454545;
}
#wrapper #main3 form#planForm input[type="text"]:focus, #wrapper #main3 form#planForm input[type="password"]:focus, #wrapper #main3 form#planForm input[type="email"]:focus, #wrapper #main3 form#planForm select:focus {
	-moz-box-shadow: 0px 0px 3px #0088CC inset;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0 0 3px #0088CC inset;
	-o-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius:2px;
	border: 1px solid #0088CC;
	background-color: #BFE5FF;
	color: #454545;
}

#wrapper #main3 form#planForm input[type="radio"] {}
/* -------------------------------- */
/* ----- NEXT STEP BUTTON FORM ---- */
/* -------------------------------- */
#wrapper #main3 form#planForm input[type="submit"] {
	background: url("http://cdn.badoink.com/cdn/images/nextstep_button_en.jpg") no-repeat scroll 0 0 transparent;
	display: block;
	height: 50px;
	width: 403px;
	border: 0px none;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	font-size: 0;
	outline: 0 none;
	float: right;
}
#wrapper #main3 form#planForm input[type="submit"]:hover {
	background: url("http://cdn.badoink.com/cdn/images/nextstep_button_en.jpg") no-repeat scroll 0 bottom transparent;
	outline: 0 none;
}

/* ------------------------------ */
/* -------- SUPPORT PAGE -------- */
/* ------------------------------ */

#wrapper #mainContainer {
	height:auto;
	margin: 15px auto;
	width: 100%;
}


/* -------- LEFT SIDEBAR -------- */

#wrapper #mainContainer div#sidebar_left {
	min-height:200px;
	margin-right: 10px;
	width: 220px;
	float: left;
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	background: #FFF;
}

#wrapper #mainContainer div#sidebar_left h6 {
height: 44px;
background: #909090; /* old browsers */
background: -moz-linear-gradient(top, #909090 0%, #696969 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#909090), color-stop(100%,#696969)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#909090', endColorstr='#696969',GradientType=0 ); /* ie */
border-radius:7px 7px 0px 0px;
-webkit-border-radius:7px 7px 0px 0px;
-moz-border-radius:7px 7px 0px 0px;
-o-border-radius:7px 7px 0px 0px;
-khtml-border-radius:7px 7px 0px 0px;
border: 1px solid #FFF;
text-align: center;
font-size: 18px;
color: #FFFFFF;
text-shadow: 0px 1px 0px #484848;
/*margin-top: 8px;*/
line-height: 44px;
}

#wrapper #mainContainer div#sidebar_left ul {
    list-style: disc inside none;
    margin: 20px 20px;
}
#wrapper #mainContainer div#sidebar_left ul li {
    font-size: 14px;
    padding-bottom: 10px;
}

/* -------- RIGHT SIDEBAR -------- */

#wrapper #mainContainer div#sidebar_right {
	min-height:200px;
	margin: auto;
	max-width: 750px;
        width: 100%;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	margin-bottom:20px;
	background: #FFF;
	font-size:14px;
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
}
#wrapper #mainContainer div#sidebar_right h1 {margin: 0;padding: 0 35px}
#wrapper #mainContainer div#sidebar_right h2 {margin: 0;padding: 0 35px}
#wrapper #mainContainer div#sidebar_right p {padding: 10px 35px;}
#wrapper #mainContainer div#sidebar_right hr {color:#D4D4D4;background-color:#D4D4D4;height: 1px;}
#wrapper #mainContainer div#sidebar_right ul {padding: 10px 12%;}
#wrapper #mainContainer div#sidebar_right ul li {
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 0;
}
#wrapper #mainContainer div#sidebar_right div.mainForm {
    border: 0 none;
    height: auto;
    margin: 10px auto;
    max-width: 750px;
    z-index: 1;
}
#wrapper #mainContainer form#supportForm fieldset {
    border: 0px none !important;
}
#wrapper #mainContainer form#supportForm fieldset#firstBox {
    width: 250px;
    text-align: left;
    padding: 0 0 0 36px;
}
#wrapper #mainContainer form#supportForm div#secondBox {
    border: 0 none !important;
    margin: 0 auto;
    padding: 0 0 0 36px;
    text-align: left;
}
#wrapper #mainContainer form#supportForm fieldset#thirdBox {
    border: 0 none !important;
    margin: 0 auto;
    padding: 0 36px 0 0px;
	margin-left:35px;
}
#wrapper #mainContainer form#supportForm div#secondBox h2 {
    border: 0 none !important;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 0 3px 10px;
    text-align: left;
}
#wrapper #mainContainer form#supportForm fieldset label {
    font-size: 14px;
    text-shadow: 0 1px 0 #FFFFFF;
    padding: 0 10px;
}

#wrapper #mainContainer form#supportForm input[type="text"] {
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 0 3px #CECECE inset;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 0 3px #CECECE inset;
	-o-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius:5px;
  background-color: transparent;
  border: 1px solid #BEBEBE;
  color: #CCCCCC;
  font-size: 16px;
  padding: 7px 5px;
  text-align: left;
  text-shadow: 0 1px 0 #FFFFFF;
  margin: 2px 0 10px 0;
}

#wrapper #mainContainer form#supportForm input[type="text"]:hover {
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow:0px 0px 5px #0088CC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 0 5px #0088CC;
	-o-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius:5px;
	border: 1px solid #0088CC;
	color: #454545;
}
#wrapper #mainContainer form#supportForm input[type="text"]:focus {
	-moz-box-shadow: 0px 0px 3px #0088CC inset;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0 0 3px #0088CC inset;
	-o-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius:2px;
	border: 1px solid #0088CC;
	background-color: #BFE5FF;
	color: #454545;
}

#wrapper #mainContainer form#supportForm textarea {
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 0 3px #CECECE inset;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 0 3px #CECECE inset;
	-o-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius:5px;
  background-color: transparent;
  border: 1px solid #BEBEBE;
  color: #454545;
  font-size: 14px;
  padding: 7px 5px;
  text-shadow: 0 1px 0 #FFFFFF;
  margin: 0 auto;
}
/* -------------------------------- */
/* ----- NEXT STEP BUTTON FORM ---- */
/* -------------------------------- */
#wrapper #mainContainer form#supportForm input[type="submit"] {
	background: url("http://www.badoink.com/support/images/btnsubmit.gif") no-repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	font-size: 0;
	height: 39px;
	margin: 8px auto 0;
	outline: 0 none;
	text-align: right;
	width: 161px;
}
#wrapper #mainContainer form#supportForm input[type="submit"]:hover {
	background: url("http://www.badoink.com/support/images/btnsubmit.gif") no-repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	font-size: 0;
	height: 39px;
	margin: 8px auto 0;
	outline: 0 none;
	text-align: right;
	width: 161px;
}


/* ------------------------------ */
/* ---- BILLING SUPPORT PAGE ---- */
/* ------------------------------ */

#wrapper #BillingMenu {
	background: transparent;
	height:47px;
	margin:40px auto;
	width: 980px;
}
/* ------------------------------ */
/* ---- BILLING TOP MENU ---- */
/* ------------------------------ */
#wrapper #BillingMenu ul {

}
#wrapper #BillingMenu ul li {
	display: block;
	float: left;
	height: 72px;
	text-align: center;
	vertical-align: middle;
	text-indent: -9000px;
	overflow: hidden;
	font-size: 0px;
}
#wrapper #BillingMenu ul li#cs_button a {
	background: url("http://cdn.badoink.com/cdn/images/billing_menu_en.jpg") no-repeat scroll 0 0 transparent;
	width: 318px;
	height: 72px;
	display: block;
}
#wrapper #BillingMenu ul li#cs_button a:hover {background-position: 0 bottom;}

#wrapper #BillingMenu ul li#al_button a {
	background: url("http://cdn.badoink.com/cdn/images/billing_menu_en.jpg") no-repeat scroll -318px 0 transparent;
	width: 341px;
	height: 72px;
	display: block;
}
#wrapper #BillingMenu ul li#al_button a:hover {background-position: -318px bottom;}

#wrapper #BillingMenu ul li#rp_button a {
	background: url("http://cdn.badoink.com/cdn/images/billing_menu_en.jpg") no-repeat scroll -659px 0 transparent;
	width: 321px;
	height: 72px;
	display: block;
}
#wrapper #BillingMenu ul li#rp_button a:hover {background-position: -659px bottom;}

#wrapper #mainBilling {
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	background: #FFF;
	height: auto;
	margin: 15px auto;
	width: 980px;
	text-align: center;
}
#wrapper #mainBilling h1 {
	text-align: center;
	padding: 30px 0 0;
}
#wrapper #mainBilling hr {
	text-align: center;
	max-width: 300px;
	color: #CCCCCC;
	margin: 30px auto;
}
#wrapper #mainBilling p {
    margin: 20px auto;
    text-align: center;
    padding: 0px 25px;
}

#wrapper #mainBilling ul.innerbox {
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 0px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 0px 3px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	background: #FFF;
	height: 67px;
	margin: 20px auto 0;
	width: 810px;
	list-style: none;
}

#wrapper #mainBilling ul.innerbox li.billingLogo, li.billingText#BD {
    display: block;
    float: left;
    font-size: 0;
    height: 67px;
    margin-left: 20px;
    overflow: hidden;
    text-indent: -9000px;
    width: 230px;
}
#wrapper #mainBilling ul.innerbox li.billingText {
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    letter-spacing: -0.8px;
    margin-left: 20px;
    padding-top: 17px;
    text-align: left;
    width: 280px;
}
#wrapper #mainBilling ul.innerbox li.billingButtons {
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 47px;
    letter-spacing: -0.8px;
    margin-left: 50px;
    padding-top: 20px;
    text-align: left;
    width: 200px;
}
#wrapper #mainBilling ul.innerbox li.billingButtons a.webSupport {
    background: url("http://cdn.badoink.com/cdn/images/supportEmail_button.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    width: 105px;
    float: left;
    margin-right: 15px;
}
#wrapper #mainBilling ul.innerbox li.billingButtons a.webSupport:hover {
    background: url("http://cdn.badoink.com/cdn/images/supportEmail_button.gif") no-repeat scroll 0 bottom transparent;
}
#wrapper #mainBilling ul.innerbox li.billingButtons a.mailSupport {
    background: url("http://cdn.badoink.com/cdn/images/supportEmail_button.gif") no-repeat scroll -105px 0 transparent;
    display: block;
    width: 66px;
    float: left;
    height: 30px;
}
#wrapper #mainBilling ul.innerbox li.billingButtons a.mailSupport:hover {
	background: url("http://cdn.badoink.com/cdn/images/supportEmail_button.gif") no-repeat scroll -105px bottom transparent;
}
#wrapper #mainBilling li.billingLogo#BD {background: url("http://www.badoink.com/img/bdLogo.jpg") no-repeat scroll 0 50% transparent;}
#wrapper #mainBilling li.billingLogo#CG {background: url("http://cdn.badoink.com/cdn/images/CGLogo.gif") no-repeat scroll 0 50% transparent;}
#wrapper #mainBilling li.billingLogo#LB {background: url("http://cdn.badoink.com/cdn/images/LBLogo.gif") no-repeat scroll 0 50% transparent;}
#wrapper #mainBilling li.billingLogo#Epoch {background: url("http://cdn.badoink.com/cdn/images/EpochLogo.gif") no-repeat scroll 0 50% transparent;}
#wrapper #mainBilling li.billingLogo#WB {background: url("http://cdn.badoink.com/cdn/images/WBLogo.gif") no-repeat scroll 0 50% transparent;}
#wrapper #mainBilling li.billingLogo#WTS {background: url("http://cdn.badoink.com/cdn/images/WTSLogo.gif") no-repeat scroll 0 50% transparent;}
#wrapper #mainBilling li.billingLogo#SegPay {background: url("http://cdn.badoink.com/cdn/images/SegPay.jpg") no-repeat scroll 0 50% transparent;}
/* ------------------------ */
/* ------------------------ */
/* ---- HOME PAGE BOX ---- */
#main div, #foot div {
	font-size: 0;
	text-decoration: none;
	color: transparent;
}
#wrapper #main {
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	background: #FFF;
	height:1243px;
	margin: 15px auto 0;
	width: 980px;
}

#main div.boxcontainer {
    padding: 0;
    margin: 0;
    text-align: right;
	position:relative;
	top:0px;
}

#main div.boxcontainer img.boxIMGTitle {
    padding: 0;
    margin: 0;
}
div.boxcontainer p.boxText {
    color: #454545;
    font-size: 14px;
    padding: 0 22px;
    text-align: justify;
    margin: 0 auto;
    min-height: 90px;
}
#main div.boxcontainer a {
    color: #0088CC;
    font-size: 12px;
    margin: 0 auto;
    /*padding: 0 25px 0 0;*/
	position: absolute;
	bottom:12px;
	right:23px;
}
#main div.boxcontainer a:hover, #main div.boxcontainer a:focus {
    color: #0088CC;
    font-size: 12px;
    text-decoration: underline;
}
#main div.boxcontainer a:after {
    content: url("http://cdn.badoink.com/cdn/images/arrowlink.gif");
    padding: 0 0 0 5px;
}

#main div#box1 {
	background: transparent;
	display: block;
	float: left;
	width: 489px;
	height: 232px;
	border-bottom: 1px solid #DDD;
}
#main div#box2 {
	background: transparent;
	display: block;
	float: left;
	width: 490px;
	height: 232px;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

#main div#box3 {
	background: no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	width: 489px;
	height: 232px;
	border-bottom: 1px solid #DDD;
}


#main div#box4 {
	background: no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	width: 490px;
	height: 232px;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

/* ---- IPAD ---- */
#main div#box5 {
	background: no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	width: 980px;
	height: 308px;
	border-bottom: 1px solid #DDD;
}
#main div#ipadIMG {
    background: url("http://cdn.badoink.com/cdn/images/box/homeBox5.jpg") no-repeat scroll 0 50% transparent;
    height: 308px;
    width: 400px;
    float: left;
    display: block;
}
#main div#ipadIMGgay {
    background: url("http://cdn.badoink.com/cdn/images/box/homeBox5_gay.jpg") no-repeat scroll 0 50% transparent;
    height: 308px;
    width: 400px;
    float: left;
    display: block;
}
#main div#newRibbon {
    /*background: url("http://cdn.badoink.com/cdn/images/box/homeBox5-1.jpg") no-repeat scroll 0 0 transparent;*/
    width: 134px;
    height: 136px;
    float: right;
    display: block;
}
#main div#box5 h2 {
    font-size: 24px;
    color: #454545;
    text-align: left;
    margin-top: 100px;
}
#main div.boxcontainer p.boxTextipad {
    color: #454545;
    font-size: 14px;
    margin: 0 auto;
    min-height: 120px;
    padding: 0 22px;
    text-align: justify;
}

#main div#box6 {
	background: no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	width: 489px;
	height: 232px;
	border-bottom: 1px solid #DDD;
}


#main div#box7 {
	background: no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	width: 490px;
	height: 232px;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}


#main div#box8 {
	background: no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	width: 489px;
	height: 232px;
}


#main div#box9 {
	background: no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	width: 490px;
	height: 232px;
	border-left: 1px solid #DDD;
}


#wrapper #foot {
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	background: #FFF;
	height:191px;
	margin: 15px auto;
	width: 980px;
}
#foot div#box10 {
	background: no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	width: 489px;
	height: 191px;
}


#foot div#box11 {
	background: no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	width: 490px;
	height: 191px;
	border-left: 1px solid #DDD;
}

#wrapper #footer {

}
#wrapper #sitemap {
	text-align: center;
	margin: 0 auto;
}


/* ----------------------------- */
/* ------ START PAGE BOX ------- */
/* ----------------------------- */

#wrapper #mainStart {
	height: auto;
	margin: 15px auto;
	width: 980px;
}

#wrapper #mainStart a {
    color: #0088CC;
    font-size: 12px;
    text-decoration: underline;
 }
#wrapper #mainStart div#sidebar_left {
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	background: #FFF;
	height: 365px;
	margin: 0px 10px 0 0px;
	width: 750px;
	float: left;
	display: block;
}

#wrapper #mainStart div#sidebar_left div.sblcontainer1 {

}

#wrapper #mainStart div#sidebar_left div.sblcontainer1 {
/* --- HERE THE IMAGE INSTALL PC --- */
}

#wrapper #mainStart div#sidebar_left div.sblcontainer1 {
/* --- HERE THE IMAGE INSTALL MAC --- */
}

#wrapper #mainStart div#sidebar_left div.sblcontainer1 h1 {
    font-size: 20px;
    line-height: 26px !important;
    padding: 15px 0;
    text-align: center;
}
#wrapper #mainStart div#sidebar_left div.sblcontainer1 ul {
    display: block;
    float: left;
    list-style: disc inside none;
    margin: 0 0 0 50px;
}
#wrapper #mainStart div#sidebar_left div.sblcontainer1 ul li {
    font-size: 15px;
    padding: 4px;
}
#wrapper #mainStart div#sidebar_left div.sblcontainer1 #bigDLButton {
    height: 174px;
    width: 280px;
    margin: 5px 0 0 60px ;
}
#wrapper #mainStart div#sidebar_left div.sblcontainer1 p {
    clear: both;
    margin: 0 auto;
    text-align: left;
    width: 650px;
    padding: 20px;
}
#wrapper #mainStart div#sidebar_left div.sblcontainer1 p a {
	text-decoration: underline;
}
#wrapper #mainStart div#sidebar_right {
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	background: #FFF;
  height: 365px;
  margin: 0px auto 8px auto;
  width: 220px;
  float: left;
  display: block;
}
#wrapper #mainStart div#sidebar_right h3 {
text-align: center;
padding: 15px;
}
#wrapper #mainStart div#sidebar_right div.logininfos {
	text-align: center;
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 0px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 0px 3px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	background: #FFF;
  width: 153px;
  margin: 10px auto;
  font-size: 14px;
  font-family: "Lucida Grande", Courier, sans-serif;
  font-weight: bold;
  padding: 10px 0;
}
#wrapper #mainStart div#sidebar_right div.logininfos:hover, #wrapper #mainStart div#sidebar_right div.logininfos:focus {
	text-align: center;
	-moz-box-shadow: 0px 0px 3px #0088CC inset;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0 0 3px #0088CC inset;
	-o-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius:7px;
	background: #FFF;
  width: 153px;
  margin: 10px auto;
  font-size: 14px;
  font-family: "Lucida Grande", Courier, sans-serif;
  font-weight: bold;
  padding: 10px 0;
	background-color: #BFE5FF;
	color: #454545;
}

.logininfoslable {
	margin: 10px auto;
	font-size: 14px;
	font-family: "Lucida Grande", Courier, sans-serif;
	font-weight: bold;
	text-align:center;
}


#wrapper #mainStart div#littlebanner {
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	background: #FFF;
  height: 56px;
  margin: 8px auto;
  width: 980px;
  display: block;
  float: left;
}
#wrapper #mainStart h5 {
    margin: 0 auto;
    text-align: center;
    width: 980px;
    font-size: 20px;
    padding-top: 18px;
    text-shadow: 0px 1px 0px #FFF;
}

#wrapper #mainStart div.boxL {
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 0px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 0px 3px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	background: #FFF;
  height: 245px;
  margin: 8px 0px;
  width: 316px;
  float: left;
  display: block;
  text-align: center;
}
#wrapper #mainStart div.boxM {
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 0px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 0px 3px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	background: #FFF;
  height: 245px;
  margin: 8px 16px;
  width: 316px;
  float: left;
  display: block;
  text-align: center;
}
#wrapper #mainStart div.boxR {
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 0px 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 0px 3px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	background: #FFF;
  height: 245px;
  margin: 8px 0px;
  width: 316px;
  float: left;
  display: block;
  text-align: center;
}


/* ------------------------------------------ */
/* ------------ SLIDER PANEL ---------------- */
/* ------------------------------------------ */

#slider1 .panel1 {}
#slider1 .panel1 a#player {
	background: url("http://cdn.badoink.com/cdn/images/playerButton_en.gif") repeat-x scroll 0 0 transparent;
	display: block;
	float: left;
	height: 108px;
	margin: 0 0 0 455px;
	padding: 0;
	position: absolute;
	width: 208px;
	top: 195px;
}
#slider1 .panel1 a#player:hover {
	background: url("http://cdn.badoink.com/cdn/images/playerButton_en.gif") repeat-x scroll 0 bottom transparent;
}

#slider1 .panel2 {}
#slider1 .panel3 {}
#slider1 .panel4 {}
#slider1 .panel5 {}

/* ================= PRINT & OTHER DEVICE ================== */
/* PRINT */
@media print {
	body, #wrapper { color: #000 !important; }
	a, a:link, a:visited { color: #000 !important; text-decoration:none !important; }
	#topheader, #sitemap, .hide { display: none !important; }

}

/* iPhone */
@media screen and (max-device-width: 480px) {
        
        html { 
                -webkit-text-size-adjust: none;
        }

        div.mainForm h1 {
                font-size: 20px;
        }
        
        #contact_links td {
                padding-top: 15px;
        }
        
        

}

.formerror{
    color:red;
}

