@charset "utf-8";
.lftformcol {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	text-align: right;
	line-height: 36px;
	font-weight: bold;
	white-space: normal;
}
.rghtformcol {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	text-align: right;
	line-height: 36px;
	font-weight: bold;
	white-space: normal;
	float:left;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F00;
}
.required.ad_duration{
    font-size:unset;
    color:unset;
}

.label {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
#legendstyle {
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #900;
	padding-bottom: 15px;
}
#signupbtn {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #900;
	border: 1px solid #CCC;
	padding: 5px;
	width: auto;
}
#status {
	font-family: Helvetica, Arial, sans-serif;
	color:#900;
	width: auto;
	font-size: 20px;
	padding-left:50px;
	margin-top:20px;
	
	
	
}
#loginbtn {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #900;
	margin: 5px 5px 5px 0;
	width: auto;
	border: 0;
	padding: 10px 20px;
}
