html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: white;
	font-family: "微软雅黑",Arial, Helvetica;
	font-size: 12px;
	color: #646464;
	text-align: center;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remove textarea resize at Safari */
textarea { 
	resize: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	text-decoration:none;
}

a:active{
	star:expression(this.onFocus=this.blur());
}


img{
	/*background:url(../images/loading.gif) 50% 50% no-repeat;*/
	cursor:pointer;
}

.left{
	float:left;
}

.right{
	float:right;
}

.none{
	display:none;
}

input{
	font-size:11px;
	color:#333;
	cursor:pointer;
}

input.textbox{
	border:1px solid #b1afa0;
	padding:5px;
	width:200px;
}
input.long1{
	width:50px;
}
input.date {
	width:80px
}
input.datetime {
	width:120px
}
textarea{
	font-size:11px;
	color:#333;
}

button{
	color:#333;
}

.clear{
	clear:both;
}

.font14{
	font-size:14px;
}

.fontbold{
	font-weight:bold;
}

.fontwhite{
	color:white;
}

.fontoran{
	color:#ff7e00;
}

.fontred{
	color:red;
}

.fontblack{
	color:black;
}
.underline{
	text-decoration:underline;
}

ul.page{
	height:40px;
	float:right;
	line-height:40px;
}
ul.page li{
	float:left;
}
ul.page li.index{
	padding:0 10px;
	height:40px;
	color:#41B80F;
	font-weight:bold;
	border-bottom:2px solid #41B80F;
}
ul.page li a{
	float:left;
	padding:0 10px;
	height:40px;
	border-bottom:1px solid #ddd;
}
ul.page li a:hover{
	color:#41B80F;
	text-decoration:none;
	font-weight:bold;
	border-bottom:2px solid #41B80F;
}


.textleft{
	text-align:left;
}

.textright{
	text-align:right;
}

.bold{
	font-weight:bold;
}

.btn{
	background:none;
	cursor:pointer;
	padding:0 5px;
}

.fontgreen{
	color:#666639;
}
