<style type="text/css"> 
*{
    font-family: '微软雅黑';
  padding: 0px;
  margin:0px;
}
 .nav{
  background-color: #F93;
  width: 100%;
  height: 50px;
 } 
 .divAll{ 
   width:325px; 
   margin:50px auto; 
   }
 #titles{ 
   font-weight:bold; 
   font-size:18px; 
   height:50px; 
   line-height:50px; 
   background:#FFF9F3; 
   text-align:center;  
   border:1px solid #CCC;; 
   }
 #contents{ 
    margin-top:20px; 
    background:#FFF9F3; 
    border:1px solid #CCC;; 
    }
  #form-itemGroup{ 
   /*padding:10px;*/  
   width:438px; 
    }
  #form-itemGroup p{ 
    width:300px;
    display:inline-block; 
    height:32px; 
    line-height:32px; 
    color:#666; 
    margin-bottom: 0px;
    }
  #form-itemGroup .user{ 
    width:300px; 
        height:25px; 
    line-height:40px; 
    border:1px solid #CCC;
    }  
  #form-itemGroup .default{ 
    width:200px; 
    height:32px; 
    line-height:32px; 
    color:#999; 
    font-size: 14px;
    } 
  #form-itemGroup .error{ 
    height:32px; 
    line-height:32px; 
    color:#F00; 
    font-size: 14px;
    }
  #form-itemGroup .success{ 
    height:32px; 
    line-height:32px; 
    color:#096; 
    font-size: 14px;
    }  
  #form-itemGroup .hqyzm{ 
    width:90px; 
    height:25px;
    background-color:#F93; 
    color:#ffffff; 
    border:none; 
    }
   #form-itemGroup #YongHuXieYi { 
    font-size: 12px;
    text-decoration: underline;
   }
  .divBtn{ 
    margin-top:20px; 
    width:100px; 
    height:32px; 
    line-height:32px; 
    background-color:#F93; 
    margin-bottom:30px; 
    color:#ffffff; 
    font-weight:bold; 
    border:none; 
    } 
  .foot {
    width: 100%;
    height: 200px;
    background-color: #F93;
  }

</style>