﻿/*注册页面css*/
.zc{ font-size:32px; font-weight:bold; margin:20px 0px; color:#001a35;}
.box{float:left; margin:13px 0px; overflow:hidden; width:100%;}
.box fieldset{background:#FAFAFA none repeat scroll 0 0; border:4px solid #7FB512; margin-bottom:15px; padding:10px;}
.box fieldset legend{ font-size:16px; font-weight:bold; padding:0 10px;}
.box fieldset legend span{background:#7FB512 none repeat scroll 0 0; color:#FFF; font-weight:bold; margin-right:5px; padding:5px 5px 2px;}
.box ul{padding:10px;  text-align:left;  width:40%; float:left; vertical-align:top;  vertical-align:bottom; }
.box ul li{ font-weight:bold; line-height:35px;}
.box ul li span{ float:right; text-align:right;}
.box em{ color:#F00;}
.input{ text-align:center;}
.input input{ font-size:16px; font-weight:bold; color:#333;} 