/*---------------表单样式-----------------*/
li,ul{ padding:0;margin:0;list-style: none;}
.con10{ width:100%;margin:0 auto; background:url(/res/redcome2007/structure/15110459.jpg) no-repeat center top;height:576px;text-align:center;clear:both;}
.formDiv{width:900px;height: 400px;margin:0 auto;padding:150px 0 20px 440px;text-align:center;}
.formDiv form{ display:block;}
.formDiv table td{width:auto;height:50px;line-height:50px;font-family:"微软雅黑";color:#fff;vertical-align:center;}
.formDiv li{overflow:hidden; margin-bottom:20px;color:#fff;}
 .formDiv li span{width: 120px;float: left;font-family:"微软雅黑";font-size: 16px;margin-left: 10px;text-align: right;height: 36px;
line-height: 36px;}

.formDiv input.submit{border:0;  width:177px;height:43px;background:url(/res/redcome2007/structure/15110467.png) ; text-indent:-9999px;margin-left:120px;margin-top:20px;}

 .formDiv input.text2{float:left;width:140px !important;height:28px;display:inline;vertical-align:center;margin-top:10px;}
 .formDiv input.text{float:left;width:250px;
  height: 28px;
  border:0;        
  padding-left: 5px;          
  padding-right: 5px;        
  background: url(/res/redcome2007/structure/15110469.png) repeat-x;  
  border-radius: 2px;       
  -webkit-border-radius: 2px;        
  -moz-border-radius: 2px;        
  font-size: 16px;          
  color: #b1b1b1;     
  outline:none;        
  transition: all 0.5s ease-in-out;   
  -webkit-transition: all 0.5s ease-in-out;  
  -moz-transition: all 0.5s ease-in-out;

}


 .formDiv input.text:focus{    
  border-color: #999;       
  background: url(/res/redcome2007/structure/15110469.png) repeat-x;
  color: #333;     
  box-shadow: 0 0 5px #4cdfff;  
  -webkit-box-shadow: 0 0 5px #4cdfff; 
  -moz-box-shadow: 0 0 5px #4cdfff;      
  }
