@import url("common.css");
@import url("left.css");
@import url("right.css");
	
	#main {background:#fff;padding-bottom:20px;min-height:550px;}
	#login_div{width:575px;border:0;position:relative;float:left;display:inline;}
	#login_div #reg-form {background: url(img/login.png) no-repeat;width:365px; height:240px;margin:35px auto;padding: 20px;}
    #lform{border:0; width:315px; height:190px;background:#fff;padding:4px 4px 0 4px;}


	#login_div p {padding:0; margin:0;}
	#login_div .label { font-size:90%;}

	#login_div #reg-form .label {}
	#login_div #reg-form .in {width:80%;}
	#b_row {width:100%; margin-top:20px;}
		#cbox {float:left; width:60%;}
		#cbox p {padding-top:1px;}
		#cbox #box {}
		#form_button {float:right; width:73px; height:27px; text-align:right; background: url(img/button-small.png) no-repeat;}
		#form_button * {text-align:center; height:27px; line-height:27px; color:#fff;}
	#err {height:30px; width:100%; float:left; }
	#err p {height:30px; line-height:30px; color:#ff0000;}
	#forgot_row {float:left; width:100%;margin-top:-3px;}
		#forgot_row .left {float:left; width:45%;}
		#forgot_row .right {float:right; width:45%; text-align:right;}

		.hide {display:none}

