body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background:#FFF;
}
h1, h2{

}
.fileform{
	border:1px #999 solid;
	margin:0 auto;
	width:360px;
	padding:5px;
}
.file{
	width:80%;
}
input{
	border:1px solid #BFC0D2;
	background:#D7D8E3;
	margin:5px;
	color:#333;
}
input:hover{
	border:1px solid #999AB7;
	background:#D7D8E3;
}
input:active{background:#999AB7;}

.back{
	width:500px;
	margin:0 auto;
	padding:10px;
	border:#F0F0FF 2px ridge;
	background:#FDFDFF;
}
.footer{
	width:524px;
	margin:0 auto;
	height:30px;

}
.button{
	border:#cccccc 1px solid;
	background:#E7E6EE;
	width:110px;
	float:right;
	margin:10px 5px 0 5px;
	padding:0 0 0 5px;
	cursor:pointer;
	font-size:14px;
}
.button:hover{background:#D7D8E3;}
.button:active{background:#999AB7;}



#progress_back{
	margin:0 auto;
	padding:5px;
	width:360px;
	background:#F9F9FF;
	border:1px #999 solid;
}
#progress{
	background:#999AB7;
	width:0px;
	height:5px;
}

