/* CSS Document */


body{ margin:0; padding:0; font: normal 12px Arial, Helvetica, sans-serif; color:#333333; background:#03B8DF;}

img{ border:0;}

a{ color:#003B4A; text-decoration:underline;}

a:hover{ color:#003B4A; text-decoration:none;}



input[type="text"]{ border:1px solid #007B9A; background:#ffffff; width:205px; height:21px;}
input[type="text"]:hover{ border:1px solid #00536E; background:#CBF5FF; width:205px; height:21px;}
input[type="text"]:focus{ border:1px solid #00536E; background:#CBF5FF; width:205px; height:21px;}


input[type="password"]{ border:1px solid #007B9A; background:#ffffff; width:205px; height:21px;}
input[type="password"]:hover{ border:1px solid #00536E; background:#CBF5FF; width:205px; height:21px;}
input[type="password"]:focus{ border:1px solid #00536E; background:#CBF5FF; width:205px; height:21px;}


input[type="submit"]{ border:1px solid #838900; background:#9EA41A; width:60px; height:21px; color:#FFFFFF; cursor:pointer;}
input[type="submit"]:hover{ border:2px solid #838900; background:#9EA41A; width:60px; height:21px; color:#FFFFFF; cursor:pointer;}

.checkbox{ border:1px solid #007B9A; background:#CBF5FF; padding:4px 0 0 0; width:20px; height:20px;}




#main{ width:430px; height:330px;  margin:auto; margin-top:100px; border:1px solid #17BAE1; border-radius:8px; 
			-moz-border-radius:8px; -webkit-border-radius:8px; padding:0px 0 0 0px; background:#ECF7FA;}
			
#login_header{ height:83px; border-bottom:1px solid #67D1EA; background:#ffffff; border-radius:8px 8px 0 0; 
			-moz-border-radius:8px 8px 0 0x; -webkit-border-radius:8px 8px 0 0;}
	.header_logo{ width:75px; height:60px; float:left; padding:10px 0 0 10px;}
	.header_name{  height:60px; float:left; padding:11px 0 0 0;}
		.co_name{ font:normal 18px arial; color:#0094B8;}
		.co_address{ font:bold 14px arial; }

#login_heading{ height:22px; border-bottom:1px solid #ffffff; border-top:1px solid #ffffff; background:#C5EFF9;  font:bold 14px arial; padding:9px 0 0 10px; color:#007692;}

#login_form{ height:170px; border-top:1px solid #67D1EA;  padding:20px 0 0 50px;  }
			
.form_tow{ width:325px; height:35px;}
	.form_name{ width:80px; height:20px; float:left; color:#333333; font:bold 13px arial;}
	.form_field{ width:220px; height:20px; float:left;}
	
.form_tow_1{ width:325px; height:20px;}
	
	.form_remember{ width:220px; height:22px; float:left; font:normal 12px arial; color:#333333;}
	
	.form_forgot{ width:145px; height:20px; float:left; font:normal 12px arial; color:#003B4A; padding:5px 0 0 0;}
	.form_button{ width:63px; height:20px; float:left; font:normal 12px arial; color:#003B4A;}



