a { color: #069; text-decoration: none; }
a:hover { color: #069; text-decoration: underline; }
* { padding: 0; margin: 0; }
img { border: 0; }
html { height: 100%; }

.clear { clear: both; }

body {
	font-family: Verdana;
	font-size: 11px;
	width: 719px;
	padding-bottom: 1px;
	overflow:hidden;
}

.chead {
	width:707px;
	background-image:url(_img/chead.png);
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	font-weight: bold;
	border-left: 1px solid #505050;
	border-right: 1px solid #505050;
}

.cbg {
	width:717px;
	background-color: #efefef;
	border-left: 1px solid #505050;
	border-right: 1px solid #505050;
	border-bottom: 1px solid #505050;
	margin-bottom: 1px;
}

.cbg .text {
	padding: 3px 5px;
	line-height: 16px;
}

.cbg .rightinfo {
	background-image:url(_img/cbg_line.png);
	background-repeat: repeat-y;
	width: 300px;
	padding-left: 2px;
	float: right;
}

.cbg .leftpart {
	width: 415px;
	float: left;
}

.cbg .darkline {
	background-image:url(_img/darkline_bg.png);
	height: 18px;
	line-height: 18px;
	color: #fff;
	padding-left: 10px;
	font-weight: bold;
	border-right: 1px solid #979797;
	border-left: 1px solid #979797;
}

.cbg li {
	margin-left: 20px;
}

.cbg .br {
	height: 15px;
}

.cbg .menue_left {
	width: 200px;
	background-color: #fff;
	height: 400px;
	border: 1px solid #ccc;
	float: left;
	overflow: auto;
}

.cbg .menue_left ul {
	padding-top: 3px;
}

.cbg .menue_left li {
	list-style-type: none;
	line-height: 16px;
	margin-left: 10px;
}

.cbg .menue_right {
	width: 495px;
	background-color: #fff;
	height: 400px;
	border: 1px solid #ccc;
	float: right;
	overflow: auto;
}

.cbg .menue_right ul {
	padding-top: 3px;
}

.cbg .menue_right li {
	list-style-type: none;
	line-height: 16px;
	margin-left: 10px;
}

.cbg table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	font-size: 11px;
	font-family: Verdana;
}

.cbg table td {
	padding: 1px;
}

.cbg table .in1 {
	text-align: right;
	padding-right: 10px;
	width: 25%;
}

.cbg table .in2 {
	text-align: left;
	padding-left: 10px;
}

table.serviceteam {
	width: 100%;
	border-collapse: collapse;
}

table.serviceteam td {
	padding: 5px;
	text-align: center;
}

.finput {
	font-family: Verdana;
	font-size: 11px;
	width: 252px;
	border: 1px solid #999;
	padding: 2px;
}

.fselect {
	font-family: Verdana;
	font-size: 11px;
	width: 252px;
	padding: 1px;
	border: 1px solid #999;
}

.fsubmit {
	font-family: Verdana;
	font-size: 11px;
	width: 120px;
	border: 1px solid #000;
	padding: 1px;
	background-color: #1AA4FF;
	color: #fff;
	font-weight: bold;
}

