@charset "utf-8";
/* CSS Document */
html,body{ margin:0px ;width:100%; height:100%;
}
/* 网页自适应宽高*/

/** 内外边距全部重置 **/ 

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,  /* form elements 表单元素button, input, textarea, */ 

th, td, /* table elements 表格元素 */ 

img/* img elements 图片元素 */{  

  border:medium none;  

  margin: 0;  

  padding: 0; 
  font-family:'微软雅黑','宋体',tahoma, Arial, Srial, helvetica, sans-serif 

}  

/** 设置默认字体 **/ 

body,button, input, select, textarea {  

  font: 12px/1.5 '微软雅黑','宋体',tahoma, Arial, Srial, helvetica, sans-serif;  

}  

h1, h2, h3, h4, h5, h6 { font-size: 100%; }  

em{font-style:normal;}  

/** 重置列表元素 **/ 

ul, ol { list-style: none;}  

/** 重置超链接元素 **/ 

a { text-decoration: none;  font-family:'微软雅黑','宋体',tahoma, Arial, Srial, helvetica, sans-serif}  

a:hover { text-decoration: underline; color:#2d2d3d; font-family:'微软雅黑','宋体',tahoma, Arial, Srial, helvetica, sans-serif}  

/** 重置图片元素 **/ 

img{ border:0px;}  

/** 重置表格元素 **/ 


/*闭合DIV*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

* html .clearfix { height: 1%;}
.clearfix {display: block;}
/*闭合DIV is over*/


a,area   {   blr:expression(this.onFocus=this.blur())   }   /*   for   IE 去掉点击后的虚线边框  */ 

:focus   {   -moz-outline-style:   none;   }   /*   for   Firefox  去掉点击后的虚线边框 */


/*the bottom is body styel*/

.VE_top_bg{
	height:89px;
	background-image:url(VE_title_img.jpg);
	background-repeat:repeat-x;
	
}

.VE_main_bg{

}

.VE_content_div{
	width:280px;
	color:#4a4a4a;
	margin-top:10px;
}
.VE_title_div img{
	display:inline-block;
}

.VE_title_div{
	height:48px; 
	line-height:48px;
	font-size:14px;
}

.VE_input_date
{
	height: 19px;
	width:150px;
	border-right: solid 1px #dbdfe6;
	border-left: solid 1px #e2e3ea;
	border-top: solid 1px #abadb3;
	border-bottom: solid 1px #e3e9ef;
	color:#4a4a4a;

}

.VE_input_date1
{
	height: 19px;
	width:75px;
	border-right: solid 1px #dbdfe6;
	border-left: solid 1px #e2e3ea;
	border-top: solid 1px #abadb3;
	border-bottom: solid 1px #e3e9ef;
	color:#4a4a4a;

}


.VE_input_check
{
    text-align:center;
    line-height:21px;
}

.VE_foot_link_a a{
	color:#4a4a4a;
	text-decoration:underline;
}

.VE_foot_link_a a:hover{
	color:#F60;
	text-decoration:underline;
}
