body {
	scrollbar-arrow-color: #6688AA;
	scrollbar-3dlight-color: #AACCDD;
	scrollbar-shadow-color: #99BBCC;
	scrollbar-face-color: #DDEEFF;
	scrollbar-darkshadow-color: #DDEEFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #EEEEEE;
	background-color: #FFFFFF;
	color: #444444;
	margin:0;
	padding:0;
	font-size: 12px;
}


.title {

	FONT-WEIGHT: bolder; FONT-SIZE: 22px; COLOR: #707b81; FONT-FAMILY: "黑体"
}

a {
	font-size: 12px;
	color: #08d;
	text-decoration: none;
	border: 0;
	background-color: transparent;
}
a:hover {
	font-size: 12px;
	color: #f80;
	text-decoration: none;
}

a:active,
a:focus {
	font-size: 12px;
	color: #f60;
	text-decoration: none;
}
a.selected {
	font-size: 12px;
	background: #2266BB;
	color: #CCFFFF;
	text-decoration: none;
}
a[href^="#"]:focus, a[href^="javascript"]:focus {
outline:0;
-moz-outline-style: none;
}
div,
blockquote,
q,
iframe,
form,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
ul,
dl,
li { list-style: none; }
a img {
	border: none 0;
	vertical-align: middle;
}
body,
textarea {
	word-break: break-all;
	word-wrap: break-word;
	line-height: 1.4;
}
body,
input,
textarea,
select,
button {
	font-size: 12px;
	font-family: Tahoma, SimSun, sans-serif;
}
li{ font-family: SimSun, Tahoma, sans-serif;}
div,
p,
table,
th,
td,font {
	font-size: 12px;
	font-size: 1em;
	font-family: inherit;
	line-height: inherit;
}
em,
i,
u,
q,
s,
dl,
caption,
dfn,
var,
address,
cite,
s,
strike,
del,
ins {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
iframe {
	border-style: solid;
	border-color: #778899;
	border-width: 0;
}
form { display: inline; }
h1 {
	font-size: 24px;
	font-family:SIMHEI, sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	font-family:SIMHEI, sans-serif;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-family:Arial, sans-serif;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-family:Arial, sans-serif;
	font-weight: bold;
}
h5 {
	font-size: 13px;
	font-family:SIMSUN, sans-serif;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	font-family:SIMSUN, sans-serif;
	font-weight: bold;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}
blockquote,
q { quotes: "" ""; }
caption { text-align: left; }
hr {
	clear:both;
	margin:7px 0;
+margin: 0;
	border:0 none;
	font-size: 1px;
	line-height:1px;
	color: #ddd;
	background-color:#ddd;
	height: 1px;
}
label{margin-right:0.5em; white-space:nowrap;}
em,
i { color:#669900 }
pre,
code { font-family: monospace; }
/*Bugfix: 一些bug的修正 */
* html textarea {
	overflow:auto;
	overflow-x: hidden;
}/*使多行文本框不显示默认的竖向滚动条*/
* html iframe,
* html frame { overflow:auto; }/*使浮动窗口不显示默认的竖向滚动条*/
/* */
table { border-collapse: collapse;	font-size: 12px; }
table.cellspacing { border-collapse: separate; }

input {
	margin: 0;
	vertical-align: middle;
	color: #114477;
}
input.inputText {
	color: #336699;
	background: url(/cms/framework/images/text_bg.gif) #F7FAFC repeat-x left top;
	border:1px solid #6688AA;
	border-color: #778899 #AABBCC #AABBCC #8899AA;
	padding:2px;
	vertical-align:middle;
}
input[type="text"],
input[type="password"] {
	color: #336699;
	background: url(/cms/framework/images/text_bg.gif) #F7FAFC repeat-x left top;
	border: 1px solid #6688AA;
	border-color: #778899 #AABBCC #AABBCC #8899AA;
	padding:2px 2px 3px;
	+padding:2px;
	vertical-align:middle;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
input.inputTextHover { border-color: #00ccff; }
input[type="text"]:hover,
input[type="password"]:hover { border-color: #00ccff; }
input.inputTextFocus { border-color: #FF8800;
background:#F7FAFC url(/cms/framework/images/text_bg.gif) repeat-x left top;}
input[type="text"]:focus,
input[type="password"]:focus { border-color: #FF8800;
background:#F7FAFC url(/cms/framework/images/text_bg.gif) repeat-x left top;}
input.inputTextDisabled {
	border-color: #ccc;
	background-image:none;
}
input[type="text"][disabled] {
	border-color: #ccc;
	background-image:none;
}
