@charset "utf-8";
/* CSS Document */
/* 威邦网络科技  www.cnwei.net */

html{
	scrollbar-arrow-color:#666;
    scrollbar-face-color:#e6e6e6;
    scrollbar-darkshadow-color:#9c9c9c;
    scrollbar-highlight-color:#fff;
    scrollbar-shadow-color:#fff;
    scrollbar-track-color:#f5f5f5;
    scrollbar-3dlight-color:#b0b0b0;
    scrollbar-color:#B0B0B0;
}

body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {
	margin:0; 
	padding:0; 
	font-weight:normal;
	font-style:normal;
	font-size:100%; 
	font-family:inherit;
}
ol, ul ,li{ 
    list-style:none;
}
img { 
    border:0;
	vertical-align:top;
}
body {
	font-size:12px; 
	color:#333;
	font-family:"Arial","Microsoft YaHei","SimSun","Tahoma","Helvetica","sans-serif";
	background:url(../images/bg_repeat11.jpg) repeat center #fff;
	-webkit-text-size-adjust:none;
}
a {
	color:#333; 
	text-decoration:none;
}
a:hover {
	color:#F60;
}
input {
	font-size:12px;
	color:#999;
	line-height:18px;
	font-family:"Arial","Microsoft YaHei","SimSun","Tahoma","Helvetica","sans-serif";
	border:0 solid #ccc;
	background:#fcfcfc;
}
.input1[type="text"]{
	display:block;
	margin-bottom:10px;
    width:150px;
	height:18px;
    border:1px solid #ccc;
	background:#efefef;
	color:#333;
    font-family:"Arial","Microsoft YaHei","SimSun","Tahoma","Helvetica","sans-serif";
}
.input1[type="password"]{
	display:block;
	margin-bottom:10px;
    width:150px;
	height:18px;
    border:1px solid #ccc;
	background:#efefef;
	color:#333;
    font-family:"Arial","Microsoft YaHei","SimSun","Tahoma","Helvetica","sans-serif";
}
.input1[type="button"]{
	display:block;
	margin-left:100px;
    width:50px;
	height:20px;
	background:url(../images/input-bg.jpg) 0 0 no-repeat;
	color:#333;
    font-family:"Arial","Microsoft YaHei","SimSun","Tahoma","Helvetica","sans-serif";
	cursor:pointer;
}
.input2{
	border:1px solid #ccc;
	height:18px;
	color:#666;
	background:#efefef;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	border:0; 
	line-height:0; 
	height:0; 
	clear:both; 
	font-size:0; 
}
