@charset "utf-8";
/* CSS Document */

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;
}
ol {
	list-style-type: none;
}
img { 
    border:0; vertical-align:top;
}
div {
	text-align: left; position: relative;
}
body {
	font-size:12px; color:#333; font-family:"Microsoft YaHei","Arial","SimSun","Tahoma","Helvetica","sans-serif"; background:url(../images/body_bg.jpg) repeat left top #fff;
}
a {
	color:#333; text-decoration:none;
}
a:hover {
	color:#F60;
}
input {
	font-size:12px; color:#999; line-height:18px; font-family:"Microsoft YaHei","Arial","SimSun","Tahoma","Helvetica","sans-serif"; border:0 solid #ccc;
background:#fcfcfc;
}
.input1[type="text"]{
	display:block; margin-bottom:20px; width:300px; height:48px; border:1px solid #ccc; background:#fbfbfb; color:#aaa; font-family:"Microsoft YaHei","Arial","SimSun","Tahoma","Helvetica","sans-serif"; text-indent:10px;
}
.input1[type="password"]{
	display:block; margin-bottom:10px; width:150px; height:18px; border:1px solid #ccc; background:#efefef; color:#333; font-family:"Microsoft YaHei","Arial","SimSun","Tahoma","Helvetica","sans-serif";
}
.input1[type="button"]{
	display:block; width:300px; height:48px; background:#06c; color:#fff; font-family:"Microsoft YaHei","Arial","SimSun","Tahoma","Helvetica","sans-serif"; cursor:pointer; border-radius:5px; font-size:14px;
}
.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; 
}
.clearfix:after {
    content:""; display:block; clear:both; height:0; visibility: hidden;
}
.clearfix {
    zoom:1;
}