@charset "utf-8";
/* CSS Document */

.login-box{
	width:400px;

	
	margin:auto;
	
}


.sign-field{
	margin-top:7px;
	height: 15px;
	text-align:left;
	width:200px;
	border: 1px solid #CFCFCF;
	height:20px;
	display:inline;
}

.sign-label{
	margin-top:15px;
	font-weight:bold;
	padding: 5px 0 0 0 ;
	width:100%;
	
	
	
	
}

.login-bottom{
	height:20px;
	
	
}

.login-bottom span{
	height:20px;
	
}

.sign-up-button{
	
	clear:both;
	background:url(images/sign-up-btn.png) top center no-repeat scroll;
	margin:0 auto 0px auto;
	height:45px;
	width:290px;
	
}

.sign-up-button:hover{
	background-position: center -44px;
	
}


.sign-up-submit{
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
	font-size:25px;
	text-align:center;
	background:none;
	margin: -7px auto;
	border:none;
	height:40px;
	width:95%;
	display: block;
	
	
}

.error-text{
	font-size:25px;
	text-align:center;
	
	
	
}

.error-text h3{
	font-size:25px;
	text-align:center;
	padding-left: 5px;
	
	
}

.blue-button{
	background:url(images/blue_button.png) no-repeat scroll;
	padding-bottom: 35px;
	margin: 0px 0px 0 -5px;
	height:60px;
	
	
}


.blue-button:hover{
	background:url(images/blue_button_hover.png) no-repeat scroll;
	
	
}



.sign-up-error-button{
	margin-left:50px;
	margin-top:25px;
	
}

.sign-up-submit-error-text {
  font-size:22px;
  margin:0 0 0 15px;
 
	color:#ffffff;
	
}


.sign-up-submit-error-text:hover {
  
	color:#ffffff;
}

.processing{
	
	width:370px;
	height: 140px;
	display:none;
	z-index:999999;
	position:absolute;
	background-color:#ffffff;
	margin-left:10px;
	
}

.processing div span{
	color:#66A6CB;
	font-size:30px;
	font-family: Arial, Helvetica, sans-serif;;
	font-weight:bold;
	/*font-family:"Arial Black";*/
	
	
}

.welcome{
	margin-left: 15px;
	margin-top:10px;
		text-indent:10px;
}

.welcome ul{
	padding-left:30px;
	
}

.welcome ul li{
	
	margin-bottom:10px;
	text-indent:10px;
	
	
}

p.discl{
	border-top: 1px solid #DDDDDD;
	font-size: 11px;
	margin-top: 30px;
	padding: 10px 0 0 10px;
	text-align: left;
	color: #999999;
}

.errors{
	
	clear:both;
	margin-left:15px; 
	color: #FF7F00;
	
}


.register-box{
	width: 600px;
	margin: auto;
	
}
