<style>
    body {
        background: #555;
        font-family : 13px Times New Roman, STXihei, "华文细黑", Heiti, "黑体", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif;
        color: #eee;
        text-align: left;
    }
    

 caption { 
    padding: 0 0 5px 0; 
    width: 600px;      
    font-family: italic 13px Helvetica, Tahoma, Arial, STXihei, "华文细黑", Heiti, "黑体", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif; 
    text-align: right; 
} 
 th { 
    font-family: bold 13px Helvetica, Tahoma, Arial, STXihei, "华文细黑", Heiti, "黑体", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif; 
    color: #4f6b72; 
    border-right: 1px solid #C1DAD7; 
    border-bottom: 1px solid #C1DAD7; 
    border-top: 1px solid #C1DAD7; 
    letter-spacing: 2px; 
    text-align: left; 
    padding: 6px 6px 6px 12px; 
    background: #CAE8EA url(images/bg_header.jpg) no-repeat; 
} 
 th.nobg { 
    border-top: 0; 
    border-left: 0; 
    border-right: 1px solid #C1DAD7; 
    background: none; 
} 
 td { 
    border-right: 1px solid #C1DAD7; 
    border-bottom: 1px solid #C1DAD7; 
    background: #fff; 
    font-size:13px; 
    padding: 6px 6px 6px 12px; 
    color: #4f6b72; 
} 

 td.alt { 
    background: #F5FAFA; 
    color: #797268; 
} 
 th.spec { 
    border-left: 1px solid #C1DAD7; 
    border-top: 0; 
    background: #fff url(images/bullet1.gif) no-repeat; 
    font-family: bold 13px Helvetica, Tahoma, Arial, STXihei, "华文细黑", Heiti, "黑体", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif; 
} 
 th.specalt { 
    border-left: 1px solid #C1DAD7; 
    border-top: 0; 
    background: #f5fafa url(images/bullet2.gif) no-repeat; 
    font-family: bold 10px Helvetica, Tahoma, Arial, STXihei, "华文细黑", Heiti, "黑体", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif; 
    color: #797268; 
} 
p {
   color: #78838E;
   text-decoration: none;
   font-size:14px;
   font-family: Times New Roman;
   word-wrap:break-word; 
   word-break:normal;
   }
b {
   color: #78838E;
   text-decoration: none;
   font-size:16px;
   font-family: Times New Roman;
   word-wrap:break-word; 
   word-break:normal;
   }
h1 {
   color: #78838E;
   text-decoration: none;
   font-family: Times New Roman;
   word-wrap:break-word; 
   word-break:normal;
   }
h2 {
   color: #78838E;
   text-decoration: none;
   font-family: Times New Roman;
   word-wrap:break-word; 
   word-break:normal;
   }

   a:link {
   color: #98AFC7;
   text-decoration: none;
   font-size:14px;
   font-family: Times New Roman;

   }
   a:visited {
   text-decoration: none;
   color: #78838E;
   font-size:14px;
   font-weight: bold;
   font-family: Times New Roman;
   }
   a:hover {
   text-decoration: none;
   color: #98AFC7;
   font-size:14px;
   font-weight: bold;
   font-family: Times New Roman;
   }
   a:active {
   text-decoration: none;
   color: #78838E;
   font-size:14px;
   font-weight: bold;
   font-family: Times New Roman;
   }
    
    /*-------------------------------------*/
    
    .cf:before, .cf:after{
      content:"";
      display:table;
    }
    
    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }

    /*-------------------------------------*/	
    
    .form-wrapper {
        padding: 15px;
        width: 700px;
/*        margin: 20px auto 50px auto;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        background: #444;
        background: rgba(0,0,0,.2);
        border-radius: 10px;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
*/
    }
    
    .form-wrapper input {
        width: 430px;
        height: 16px;
        padding: 10px 5px;
        float: left;    
        font: bold 15px Times New Roman;
        border: 1;
        background: #fff;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;      

    }
    .form-wrapper select {
        width: 100px;
        height: 42px;
        padding: 10px 5px;
        float: left;    
        font: 12px Times New Roman;
        border: 1;
        background: #eee;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 5px 0 0 3px;
        border-radius: 3px 0 0 3px;      
    }
    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }
    
    .form-wrapper input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }
    
    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    
    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    
    
    .form-wrapper button {
		overflow: visible;
        position: relative;
        float: left;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 40px;
        width: 110px;
        font: bold 15px/40px Times New Roman;
        color: #fff;
        text-transform: uppercase;
        background: #d83c3c;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 3px 3px 3px 3px;      
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    }   
      
    .form-wrapper button:hover{		
        background: #e54040;
    }	
      
    .form-wrapper button:active,
    .form-wrapper button:focus{   
        background: #c42f2f;    
    }
    
    .form-wrapper button:before {
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        top: 12px;
        border-color: transparent  transparent;
        left: -6px;
    }
    
/*    .form-wrapper button:hover:before{
        border-top-color: #e54040;
    }
    
    .form-wrapper button:focus:before{
        border-top-color: #c42f2f;
    }*/    
    
    .form-wrapper button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    </style>