@charset "utf-8";
/* CSS Document */

.logincontent_box{ width:100%; overflow:hidden;}
.logincontent{ width:370px; margin:auto; overflow:hidden;}
.logincontent ul{margin-top:135px;}
.label{ float:left; line-height:44px; font-size:14px; color:#797979; padding-bottom:20px;}
.value{ float:right; padding-bottom:20px;}
.value input{ height:44px; width:300px; border:solid 1px #C9C9C9;}
input:focus{ border:solid 1px #F3B016;}
.remember{ float:left; width:370px; padding:10px 0;}
.remember label,.remember input{ float:left;}
.remember input{ margin-left:70px; margin-right:10px;}
.submit{ float:right; width:300px; height:36px;}
.dow{display:block;width:300px;height:36px; line-height:36px; text-align:center;font-size:16px; background:#F3B016;color:#fff; text-decoration:none; border:none; cursor:pointer}
.dow:hover{background:#FFBB33;}
.dow:active{background:#ED9628;}