@charset "utf-8";
/* CSS Document */

body{
	background-color:#CAD7F7;
	overflow-x:hidden;
	width:95%;
	font-size:12px;
	font-family:"宋体",Arial, Helvetica, sans-serif;
}
a{text-decoration:none;}
a:link,a:visited{color:#000000;}
a:hover,a:active{color:#FF6600;}
.clear:after{
	content: '.'; 
	display: block; 
	height: 0; 
	line-height:0;
	clear: both; 
	visibility: hidden;
}
.clear{
	line-height:0;
	height: 0; 
	clear:both;
}
input,textarea,select,select option{
	border-width:1px;
	font-size:12px;
}
.input{
	width:300px;
}
#Progress{
	width:0%;
	height:10px;
	overflow:hidden;
	float:left;
	background:url(../images/bar1.gif) repeat-x;
}
#ProgressBar{
	width:400px;
	height:10px;
	overflow:hidden;
	float:left;
}
#ProgressBarAll{
	width:400px;
	height:10px;
	overflow:hidden;
	float:left;
	background:url(../images/bar2.gif) repeat-x;
}