﻿/* CSS Document */

*{margin:0 auto;padding:0;}
BODY {margin: 0px;font-family: "Arial";font-size:12px;color:#000000;background:#eaeaea;}
Td,table,body,textarea{font-size:12px;color: #000000;font-family: "Arial";}

img{border:none;}


input,select,textarea{color:#444444}


a:link {text-decoration: none;color: #333;}
a:visited {text-decoration: none;color: #333;}
a:hover {text-decoration: underline;color: #009c8e;}
a:active {text-decoration: underline;color: #009c8e;}


.language li{
	float:left;
	width:102px;
	height:27px;
	line-height:27px;
	text-align:center;
	list-style:none;
}

.language li a{
	margin-left:5px;

}


.banner{
	border-bottom:8px solid #000;
	border-top:3px solid #000;
}
.menu a{
	font-size:14px;
	font-weight:bold;
	display:block;
	color:#333;
	text-decoration:none;
	width:142px;
	line-height:37px;
	background:url(images/menu-bj.gif) no-repeat right #D2D2D2;
	height:37px;
}
.menu a:hover{
	background:#ee780d;
	color:#FFF;
	text-decoration:none;
}





.about{
	padding:5px;
	line-height:30px;
}


.cplist a{
	display:block;
	line-height:25px;	
	background:#d2d2d2 url(images/left-hui.jpg) left top no-repeat;
	margin-bottom:2px;
	padding-left:12px;
	text-decoration:none;
}
.cplist a:hover{background:#ee780d url(images/left-hong.jpg) left top no-repeat;;color:#FFF;text-decoration:none;}
	


.Input_sc {
	FONT-SIZE: 12px;
	HEIGHT: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0e1e3;
	border-right-color: #e0e1e3;
	border-bottom-color: #e0e1e3;
	border-left-color: #e0e1e3;
	background-color:#fcfcfc;
}

.textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	overflow-y:hidden;
	border-left: 1px double #e0e1e3;
	border-right: 1px solid #e0e1e3;
	border-top: 1px double #e0e1e3;
	border-bottom: 1px double #e0e1e3;
	background-color: #fcfcfc;
}
