@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, "宋体";
	font-size: 11px;
	color:#626262;
	table-layout:fixed;
	word-break:all;
	word-wrap: break-word;
}
div {
	overflow: hidden;
	table-layout:fixed;
	word-break:all;
	word-wrap: break-word;
}
li {
	list-style-type: disc;
}
p {
	font-size: 12px;
	line-height: 1.5;
}
a, area {
 blr:expression(this.onFocus=this.blur());
} /* for IE */
:focus {
	-moz-outline-style: none;
} /* for Firefox */
a:link {
	text-decoration: none;
	color: #C63232;
}
a:visited {
	text-decoration: none;
	color: #C63232;
}
a:hover {
	text-decoration: underline;
	color: #D04444;
}
a:active {
	text-decoration: none;
	color: #C63232;
}
a img {
	border: 0;
}
img {
	border: 0;
}
.clear {
	clear: both;
	height: 0;
}

.turn_leaf_pagenow {
	font-weight: bold;
}
input{
	font-size: 12px;
	color: #6B6B6B;
	background-color: #FFFFFF;
	padding: 0 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

select {
	font-size: 12px;
	border: 1px solid #B5B8BD;
	padding-left: 5px;
	color: #6B6B6B;
}
option {
	font-size: 12px;
	border: 0px;
	padding-left: 5px;
	color: #6B6B6B;
}
textarea {
	font-size: 12px;
	border: 1px solid #B5B8BD;
	padding-left: 5px;
	color: #6B6B6B;
}
button {
	border: none;
	cursor: hand;	
	padding:0px;
}
