﻿
/*hide from ie on mac\*/
html {
	height:100%;
}
#flashcontent 
{
	height:100%;
	width:100%;
	display:block;
	
}
/* end hide */
body 
{
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#fff;
	font-family:Times New Roman, Serif;
	text-align:center;
	height:100%;
}

#mainContent 
{
	min-width: 950px;
	min-height: 700px;	
	height:100%;
	width:100%;
	margin: 0 auto;
	
}
#form1 
{
	padding:0px 20px 0px 20px;    	
}

#signUpForm
{
	text-align:left;
}

#signUp
{
	padding: 5px 20px 5px 20px;
}

legend
{
	color:#ffffff;
}

#mcSharedForm #fsGender label, #mcSharedForm #fsCommPrefs label
{
	color:#ffffff;
}

#mcSharedForm #fsCommPrefs .mcFormFieldWrapper 
{
	margin-bottom:25px;
	.margin-bottom:10px;
}

#mcSharedForm #mcMobileInput  
{
	margin-top:10px;
}
#thanks,#sorry
{
	padding: 15px 20px 0px 20px;
	display:none;
}
.requiredFields
{
	padding: 0px 0px 5px 0px;
}
#mcSharedForm #mcMobileConfirmation
{
	color:#000000;
	z-index:100;
	background-color:#fff;
}

#mcSharedForm .submitbutton
{
	float:right;
	margin-right:28px;
	margin-top:5px;
}

#mcSharedForm #mcErrorPrompt 
{
	float:left;
	bottom:30px;
}

#signUpForm
{
	width:400px;
	height:600px;
	overflow:hidden;
	
}

#mcSharedForm 
{
	width:300px;
}

#mcSharedForm #mcMobileWrapper label 
{
	width:311px;
}

#av_container 
{
	width:100%;
	height:100%;
	background-image:url(../assets/images/avBG.jpg);
	background-position:center top;
	text-align:center;
	background-repeat:no-repeat;
}

#av_container_inner
{
	width:500px;
	margin: 0px auto 0px auto;
	top:320px;
	position:relative;
}

#mc_avsubmit 
{
	background-image:url(../assets/images/ab_enter_btn.jpg);
	height:21px;
	width:95px;
	margin:0px auto;
}

#mc_avform input {
	text-align:center;
	width:40px;
	margin:15px 1px;
}

#mc_avform
{
	text-align:center;
}

#mc_avform table
{
	margin:0px auto;
}

#mc_avform #mc_averrors {
	color:red;
	font-size:11px;
	font-weight:bold;
}

#av_footer
{
	font-size:11px;
	position:relative;
	top:500px;
}

#av_footer a 
{
	margin-right:18px;
	color:#fff;
	text-decoration:none;
}

#av_footer a:hover 
{
	text-decoration:underline;
}

