@charset "utf-8";
/* CSS Document */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,seletc,option{padding:0; margin:0 auto;}
ul,li { list-style:none;}
a{text-decoration:none;color:#323232;}
a:hover{color:#009feb;}
img {border:none;}
.clear {clear:both;overflow:hidden;height:0;}
body{margin:0;padding:0;font-size:12px; color:#323232;font-family:"微软雅黑"; background:#e5e5e5;}

.login_box{ width:100%; height:100%;}
.static_form{ position: relative; top:190px;width:500px; height:380px; border-radius:5px; background:#FFF;}
.static_form .login_title{ width:100%; height:60px; text-align:center; line-height:60px; font-size:16px; color:#FFF; border-radius:5px 5px 0px 0px;  background:#0084f5; overflow:hidden;}
.username{
			float:left;
			width:320px;
			margin-left:90px;
			background: url(../image/user.png) no-repeat;
			background-position:10px;
			text-indent:3em;
			height:40px;
			border-radius:3px;
			border:1px solid #d9d9d9;
			margin-top:70px; 
			overflow:hidden;
			}
.password{
			float:left;
			width:320px;
			margin-left:90px;
			background: url(../image/lock.png) no-repeat;
			background-position:10px;
			text-indent:3em;
			height:40px;
			border-radius:3px;
			border:1px solid #d9d9d9;
			margin-top:20px; 
			overflow:hidden;
			}

.login{
			float:left;
			width:320px;
			margin-left:90px;
			background:#0084f5;
			height:40px;
			border-radius:3px;
			margin-top:20px;
			color:#FFF;
			font-size:16px;
			text-align:center;
			line-height:40px; 
			overflow:hidden;
	}

.login:hover{ background:#037adf;}

