@charset "utf-8";
html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	text-align:center;
	min-width:443px;
	min-height:311px;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#vertical{
	float:left;
	height:50%;
	margin-top:-175px;/* half vertical height*/
	width:100%;
}
#hoz {
	width:443px;
	margin-left:auto;
	margin-right:auto;
	height:311px;
	text-align:left;
	clear:both;
}
#l2goLogo{
	float:left;
	display:inline;
	width:399px;
	height:104px;
	padding:0 0 11px 27px;
}
#l2goIsChanging{
	font-size:30px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	float:left;
	display:inline;
	width:426px;
	padding:0 0 31px 8px;
}
#contentHolder{
	width:426px;
	float:left;
	display:inline;
	padding:0 0 21px 8px;
}
#enterEmailHolder{
	float:left;
	display:inline;
}
#thankYouText{
	width:443px;
	height:30px;
	float:left;
	display:none;
	text-align:center;
	color:#FFF;
	font-size:12px;
}
#errorHolder{
	width:443px;
	height:30px;
	float:left;
	display:none;
}
#errorText{
	width:443px;
	height:30px;
	float:left;
	display:none;
	text-align:center;
	color:#CC0000;
	font-size:12px;
}
#leftText{
	width:136px;
	font-weight:bold;
	font-size:19px;
	float:left;
	display:inline;
	padding:4px 0 0 0;
	color:#FFF;
}
#fieldHolder{
	width:200px;
	float:left;
	display:inline;
	padding:0;
}
#contentShadow1{
	width:443px;
	height:65px;
	float:left;
	display:inline;
	background:#000 url(../../images/shadow_bg1.jpg) no-repeat top left;
}
#contentShadow2{
	width:443px;
	height:65px;
	float:left;
	display:inline;
	background:#000 url(../../images/shadow_bg2.jpg) no-repeat top left;
}
#contentShadow3{
	width:443px;
	height:65px;
	float:left;
	display:none;
	background:#000 url(../../images/shadow_bg3.jpg) no-repeat top left;
}
#submitBtn{
	width:90px;
	height:30px;
	float:left;
	display:inline;
}
#submitBtn a{
	cursor:pointer;	
}
.inputStyle{
	width:172px; height:16px; font-size:11px; color:#757575; margin:0px; padding:6px; font-family:Arial, Helvetica, sans-serif; border:#cecece 1px solid; float:left; display:inline;
}
#shadowAnim{
	width:443px;
	height:60px;
	float:left;
	display:inline;
}