/* CSS Document */
/** 清除内外边距 **/ 
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ 
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ 
pre, /* text formatting elements 文本格式元素 */ 
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ 
th, td, /* table elements 表格元素 */ 
img/* img elements 图片元素 */
{   
  margin: 0;  
  padding: 0;  
}  
body { background: #fff url(../images/bg.jpg) repeat-x; color: #b2b2b2;}
/** 设置默认字体 **/ 
body,button, input, select, textarea {
  font: 12px "Meiryo UI",Calibri,"Malgun Gothic",Arial,Corbel,Verdana,"sans-serif";
} 
input,textarea,select{outline:none;} 
h1, h2, h3, h4, h5, h6 { font-size: 100%; }  
em{font-style:normal;}  
/** 重置列表元素 **/ 
ul{ list-style: none; }  
/* link */
a {color: #b2b2b2; text-decoration:none;}
a:hover {color: #333; text-decoration: underline;}
/** 重置图片元素 **/ 
img{ border:0px;}  
/** 重置表格元素 **/ 
table { border-collapse: collapse; border-spacing: 0; }
/* font size*/
.clear{ clear: both; margin:0px; padding:0px;}
.hidden {display: none;}

/*index style */
.indexbox { width: 1179px; margin: 0 auto; height: 668px; background: url(../images/indexbg.jpg) no-repeat top center; position: relative;}
.indexbox .formbox { position: absolute; bottom: 30px; right: 200px; width: 370px; height: 230px; }
.indexbox .formbox h1 { text-align: center; font: bold 18px/60px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #12426d; margin-bottom: 8px;}
.indexbox .formbox input.forminp { display: block; height: 34px; line-height: 34px; width: 200px; margin-bottom: 13px; margin-left: 90px; border: none; padding: 0 8px; color: #333; background: url(../images/inpbg.jpg) repeat-x;}
.indexbox .formbox input.btn { margin-left: 68px; display: block; width: 245px; height: 40px; text-align: center; color: #111; border: none; background: url(../images/btnbg.jpg) no-repeat; font-size: 14px; padding-bottom: 5px;}
.indexbox .formbox input.vcode { display: block; height: 34px; line-height: 34px; width: 100px; margin-bottom: 13px; margin-left: 68px; border: none; padding: 0 8px; color: #333; background: url(../images/inpbg.jpg) repeat-x;}