@charset "UTF-8";
/* CSS Document */

#join {
	margin:20px 0;
}

#join .section {
	margin-bottom:30px;
}




/* 
	############# SIGN IN PAGE #############
*/


#SignInPage {
	margin:15px 0;
}

#SignInPage .section {
	margin:15px 0;
}
#SignInPage .indent {
	padding:0 0 10px 25px ;
	width:500px;
}
#SignInPage .desc {
	font-size:14px;
	font-style:italic;
	color:#999;
	
}

#SignInPage .two_column_form {
	width:240px;
	margin-right:10px;
	float:left;
}

#SignInPage .forgotPassword {
	font-size:10px;
	color:#999;
	float:right;
}


#SignInPage .about_the_site {
	font-size:14px;
	color:#666;
	line-height:18px;
	margin-bottom:10px;
}

#SignInPage .site_openness {
	font-size:14px;
	line-height:18px;
	color:#990000;
	margin:20px 0;
}

#SignInPage p {
	margin:10px 0;
}

#SignInPage .space {
	height:10px;
	clear:both;
}



/* captcha */
div#SignInPage div.captcha_box {
	width: 160px;
	height:40px;
	float:left;
}
div#SignInPage div.captcha_key {
	background:url(../images/signin/captcha-arrow.gif) no-repeat center left;
	padding-left:15px;
	width: 150px;
	height:40px;
	float:left;
	
}
div#SignInPage div.captcha_help {
	font-size:12px;
	font-style:italic;
	color:#999999;
	clear:both;
}



#SignInPage .form_signin_half { width:230px; }
#SignInPage .form_signin_full { width:480px; }


/* join / sign in / sign up btns */
button.join_btn {
	width:115px;
	height:26px;
	background:url(../images/site/buttons/css/join.gif) no-repeat top;
	border:none;
}
button.sign_up_btn {
	width:115px;
	height:26px;
	background:url(../images/site/buttons/css/signup.gif) no-repeat top;
	border:none;
}
button.sign_in_btn {
	width:115px;
	height:26px;
	background:url(../images/site/buttons/css/signin.gif) no-repeat top;
	border:none;
}

button.join_btn:hover,
button.sign_up_btn:hover,
button.sign_in_btn:hover { background-position:center; }

button.join_btn:active,
button.sign_up_btn:active,
button.sign_in_btn:active { background-position:bottom; }

button.join_btn span,
button.sign_up_btn span,
button.sign_in_btn span { display:none; }








#SignInPage .no_access {
	font-size:18px;
	color:#666666;
	
}

