html, body, div, span,iframe, h1, h2, h3, h4, h5, h6, p, a, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
    list-style:none;
}

body {
	text-align:center;
    font: 12px Tahoma, Helvetica, Arial, sans-serif;
    line-height:150%;
}

h1{
	font-size:25px;
    line-height:25px;
}

h2{
	font-size:14px;
}

h3{
	font-size:12px;
}

h4{
	font-size:14px;
    font-weight:normal;
}

h5{
	font-size:12px;
    font-weight:normal;
}

img,input{
	vertical-align:middle;
}

input,textarea {
	font:12px/18px Verdana,Arial,Helvetica,sans-serif;
}

table td,table th {
	font-family: Tahoma, sans-serif;
    line-height:200%;
	padding:2px 10px;
}

table th{
    font-weight:normal;
}

label{
    margin-right:3px;
}

input.text{
    height:16px;
    border:1px solid #999;
}

input.text,select.select{
    width:120px;    
}

input.long {
    width:200px;
}

input.short{
    width:50px;
}

input.radio{
    margin-top:-2px;
}

/*************************************************************************************/


/*清除浮动 start*/

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */ 

/*清除浮动 end*/

/*************************************************************************************/