﻿
.SignUpButtonDiv
{
	clear: both;
	width:315px;
	text-align: right;
	margin: 0px;
	float:left;
}

.SignInButtonDiv
{
	clear: both;
	width:340px;
	padding-left: 20px;
	text-align: left;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.SignInContainer {
	background-color:#ffffff;
	border: 3px solid #acb6c9;
	padding: 5px;
	width: 360px;
}

.SignInData
{
	float: left;
	width: 245px;
	clear: both;
}
.SignInDataSpecial
{
	width: 360px;
	font-weight: bold;
	float:left;
}
.SignInDetails
{
	float: left;
	clear: both;
	width: 340px;
	margin: 5px 0px 5px 0px;
	color: #096491;
	font-weight: bold;
}

.SignUpDetails
{
	float: left;
	clear: both;
	width: 360px;
	margin: 5px 0px 5px 0px;
	color: #096491;
}
.SignInFormShieldExplanation
{
	float: left;
	clear: both;
	width: 100%;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}
.SignInLabel
{
	font-weight: bold;
	width: 140px;
	float: left;
	clear: both;
	padding: 3px 0px 3px 0px;
}

.SignUpContainer {
	background-color: #ffffff;
	border: 3px solid #acb6c9;
	padding: 5px;
	width: 745px;
	float: left;
}

.SignUpInnerContainer 
{
	width: 360px;
	padding-left: 20px;
	padding-top: 10px;
	margin: 0px auto 0px auto;
}

.TermsOfUseModalPopup 
{
	background-color: #ffffff;
	border: 3px solid #acb6c9;
	padding: 5px;
	width: 600px;
	height: 500px;
}


.ValidatorsDiv
{
	float: left;
	clear: both;
	width: 100%;
}

.NameAvailableText
{
	color: #00A000;
}

.NameUnavailableText
{
	color: #ff0000;
}

.SignUpChoseUsernameDiv
{
	float:left;
}

.SignUpChoseUsernameDiv input
{
	float:left;
	clear: left;
	width: 130px;
}

.SignUpUsernameAvailableDiv
{
	float:left;
	margin: 10px 0px 0px 5px;
}

.SignUpEmailAddress
{
	width: 310px;
	clear: left;
}

.SignUpPassword
{
	width: 135px;
}

.SignUpAntiSpamLabel 
{
	font-weight:bold;	
	clear:both;
	float:left;
	margin-bottom: 3px;
	width: 320px;
}

.SignControlErrorMessage {
	background-image:url("http://static1.yeddacdn.com/Images/Attention2.gif");
	background-position: 8px 5px;
	background-repeat:no-repeat;
	/*clear:both;*/
	color:#E04228;
	float:left;
	height:auto !important;
	/*min-height:30px;*/
	padding:8px 5px 12px 30px;
	/*padding:10px 16px 8px 8px;*/
}

.SignUpCatpha 
{
	width: 360px;
}

.SignUpButtonSize
{
	width: 100px;
	height: 30px;
}

.PasswordReminderDiv
{
	margin-top: 20px;
}

.PasswordReminderEmailAddress 
{
	width: 200px;
	clear: left;

}

.PasswordReminderButtonSize
{
	width: 120px;
	height: 24px;
}

.CaptchaInputTextBox
{
	width: 134px;
	vertical-align:top;
	margin-left: 34px;
	height: 18px;
}

.SignUpCatphaInner
{
	float: left;
	width: 316px;
}

.SignUpTermsDiv
{
	width: 315px;
	font-weight: bold;
	float:left;
}

.SignUpTermsCheckbox
{
	float:left;
}

.SignUpTermsLabel
{
	width:280px;
	padding-left:5px;
	float:left;
}

.ValidatorSummaryDiv
{
	float: left;
	width: 330px;
}

.TermsOfUsePopupContent
{
	clear:both;
	float:left;
	height:400px;
	margin:5px 0px 0px;
	overflow:auto;
	padding:10px;
	width:580px;
}

.TermsOfUsePopupButtonDiv {
	background-color:#E5ECF4;
	float:left;
	height:22px;
	margin:10px 0px;
	padding:10px;
	width:70px;
}

.TermsOfUsePopupButton
{
	float: right;
	clear: both;
}

.TermsOfUseHeader {
	background-color:#E5ECF4;
	background-image:none;
	clear:both;
	color:#096491;
	float:left;
	margin:10px 0px;
	padding:10px 0px 10px 10px;
	width:500px;
}

#SignUpChosePassword
{
	width: 177px;
	float: left;
	clear: both;
}


#SignUpRepeatPassword
{
	width: 180px;
	float:left;
	clear:none;
}


#SignInHeaderDiv {
	background-color:#FBD3A0;
	padding: 10px;
	margin: -5px -5px 0px -5px;
	color: #096491;
}

#SignUpHeaderDiv {
	background-color:#FBD3A0;
	padding: 10px;
	margin: 0px auto 0px auto;
	color: #096491;
	width: 360px;
}

#SignUpUsernameValidatorsDiv 
{
	float:left;
	padding-top:10px;
	width: 220px;
	height: 40px;
}

#UpdateProgressSignUpDiv 
{
	float:left; 
	width:10px; 
	margin:2px 0px 0px 10px;
}

#UpdateProgressSignInDiv 
{
	float:left; 
	width:20px; 
	margin:2px 0px 0px 2px;
	height:20px;
}

#ReminderEmailSentDiv
{
	margin: 25px 0px 15px 0px;
	color: #096491;
	font-weight: bold;
}