@charset "utf-8";
/* CSS Document */


#login_box{
	width:898px;
	height:283px;
	margin:0 auto;
	background-image:url(../img/box_login.png);
	margin-top:43px;
}
	#login_block{width:480px; float:left; margin:85px 0 0 0px; padding-left:25px;}
	#new_user_block{width:370px; float:left; margin-top:70px;}
	.subtitles{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#494949; font-weight:bold;}
	.text_new{color:#494949; font-family:Verdana, Arial, Helvetica, sans-serif;}
	
	#login_box dl input{background:none; width:294px; height:21px; background-image:url(../img/input_login.gif); border:0; padding:4px 5px 0 5px;}
	#login_box a{color:#333333; margin-left:15px;}
	#login_box a:hover{text-decoration:none;}
		
	#peoplej{margin-left:80px;}

.login_messages{
	height:50px;
	text-align:center;
	padding-top:20px;
	font-weight:bold;
	font-size:15px;
	color:#CC3300;
}



/*

	FORGOT PASS

*/
#forgot_box{
	width:481px;
	height:208px;
	margin:0 auto;
	background-image:url(../img/box_forgot_pass.png);
	margin-top:43px;
	margin-bottom:40px;
}
	#forgot_block{width:480px; float:left; margin-top:65px;}
	#email_forgot{background:none; width:294px; height:21px; background-image:url(../img/input_login.gif); border:0; padding:4px 5px 0 5px;}

