@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
html {
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 150%;
	background: #FFF url(../images/web_bg.jpg) repeat-x;
	font-family: 宋体, Arial, Helvetica, sans-serif;
}

ul, ol {
	list-style: none;
}
table,td,tr,th {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
/*table {
	border-collapse: collapse;
}
*/
img {
	border: 0;
}

input, textarea {
	font-size: 12px;
	line-height: 120%;
	font-family: Arial; 
	padding: 0;
	word-break: break-all;
}
select {
	font-size: 12px;
	font-family: Arial;
	line-height: 100%;
	padding: 0;
}




a,a:visited {
	text-decoration: none;
	color: #00418B;
}

a:hover {
	color: #C00;
}


.hide {
	display: none;
}

.cRed {
	color: #F00;
}

.cBlue {
	color: #00F;
}

.cOrange {
	color: #F60;
}

.cGray {
	color: #999;
}

.cBGray {
	color: #666;
}

.error {
	background: #FFFDD7;
	border: 1px solid #CCC;
	text-align: center;
	color: #F00;
	margin: 0 0 5px;
	padding: 5px 0;
}

.clear {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	clear: both;
}
.blank5		{height:5px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank6		{height:6px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank7		{height:7px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank8		{height:8px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank9		{height:9px; background:#fff; font-size:1px; clear:both; overflow:hidden;}

/* form */
.input {
	
}

.inputHover {
	border: 1px solid #999;
	background: #EEE;
}

.inputFocus {
	border: 1px solid #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background: #FFFDD7;
}
.inputDisabled {
	border: 1px solid #7F9DB9;
	background: #DFE8F6;
	color: #666;
}



#sysMsgWin {
	width: 380px;
	border: 3px solid #E6E6E6;
	position: absolute;
	background: #FFF;
	top: 30%;
	left: 50%;
	margin-left: -200px;
	z-index: 10000;
	display: none;
}
#sysMsgWin h2 {
	height: 22px;
	line-height: 22px;
	background: #D4E7FF;
	border: 1px solid #8AB7CE;
	border-bottom: 0;
	font-size: 12px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#sysMsgWin h2 span {
	margin-left: 10px;
	color: #00418B;
}
#sysMsgWin h2 .closeWin {
	position: absolute;
	right: 6px;
	top: 2px;
}

#sysMsgWin .sysBody {
	padding: 15px;
	font-size: 14px;
	border: 1px solid #8AB7CE;
	border-top-color: #90BAD1;
}
#sysMsgWin .sysBody ul {
	margin-left: 0em;
	padding-left: 2em;
	list-style-type: square;
}
#sysMsgWin .sysBody ul li {
	padding: 3px 0;
	color: #060;
}
#sysMsgWin .sysBtns {
	border-top: 1px solid #D1E3F9;
	background: #E5F1FF;
	padding: 5px 0;
	text-align: center;
	z-index: 1;
	position: relative;
}
#sysMsgWin .sysBtns .sysBtn {
	height: 20px;
	width: 65px;
	background: url(../images/btn_bg.png) no-repeat;
	border: 0;
	font-size: 12px;
	cursor: pointer;
}
#sysWinIframe {
	width: 381px;
	height: 100%;
	top: -1px;
	left: -1px;
}



