.login_form{
	display:block;
	width:100%;
	height:100%;
	border:1px solid #bbbbbb;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	font-family:Tahoma, Geneva, sans-serif;
}
.login_form table td{
	vertical-align:middle;
	padding:5px 0px;
	
}
.icon{
	background-image:url(/img/pp.png);
	background-color:#f1f4f7;
	width:10%;
	height:40px;
	background-position:15px;
	float:left;
	
	background-repeat:no-repeat;
	border-radius:5px 0px 0px 0px; 
	-moz-border-radius:5px 0px 0px 0px; 
	-webkit-border-radius:5px 0px 0px 0px;
	border-bottom:1px solid #c1cad5;
}
.tit{
	color:#5f84b6;
	width:90%;
	height:40px;
	float:left;
	background-color:#e4e9f0;
	border-bottom:1px solid #c1cad5;
	border-radius:0px 5px 0px 0px; 
	-moz-border-radius:0px 5px 0px 0px; 
	-webkit-border-radius:0px 5px 0px 0px;
	position:relative;
	
}
.tit h1{padding:10px; 0 0 20px; margin:0px; font-size:16px;font-weight:normal; border-left:1px solid #a9abae; height:21px}
 h3{color:#333; font-size:14px; margin-bottom:0px; padding-bottom:3px;}
 h4{color:#333; font-size:13px; margin-bottom:0px; padding-bottom:3px;}
.input{
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border:1px solid #cdcdcd;
	padding-left:40px;
	padding-top:4px;
	height: 30px;
}
.input, .input2{
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border:1px solid #cdcdcd;
	padding-top:4px;
	height: 30px;
}
.input input{ width:360px; border:0px; height:25px; padding:0px 10px}

.input2 input{ width:100%; border:0px; height:25px; padding:0px 10px}

.input.login{background:url(/img/fl.png) no-repeat; background-position:3px 3px;}
.input.pass{background:url(/img/fp.png) no-repeat; background-position:3px 3px;}
.rec_link{ display:block; text-align:right; padding-top:20px; color:#7092be; font-size:13px;}
.login-button{
	display:block; 
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border:1px solid #2b394a;
	background:#37485d;
	color:#fff;
	text-align:center;
	width:100px;
	height:30px;
	margin:auto;
	cursor:pointer;
	
	}
.button_cont{
	 background:#f9fcff; padding:20px 0;
	 border-radius:0px 0px 7px 0px; 
	-moz-border-radius:0px 0px 7px 0px; 
	-webkit-border-radius:0px 0px 7px 0px;
	border-top:1px solid #c1cad5;
}
	 

a.reg_button{
	font-family:Arial, Helvetica, sans-serif;
	display:block; 
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	background:#efefef;
	color:#2668af;
	text-align:center;
	width:250px;
	font-size:14px;
	
	margin:auto;
	cursor:pointer;
	text-decoration:none;
	padding:8px 0;
}
a.reg_button:hover{
	background:#e2e2e2;	
}
.error{color:#F00; font-size:12px; text-align:center; padding:10px}
.mess{color:#06F;; font-size:12px; text-align:center; padding:10px}