@charset "utf-8";
.progress{ height: 10px; font-size: 0; line-height: 21px; background: orange; width: 0;display:block;}
	#divProgress{float:left;width:150px;height:10px;line-height: 21px;margin-top:5px;display:none;background:grey;}
	#fileInfo{font-size:12px;line-height: 21px;margin-left:4px;color:red;}
	.sq_btn{height:24px; line-height:22px;  text-align:center;  cursor:pointer;   color:#333; font-family:微软雅黑;
		display:inline-block;vertical-align:middle;font-size:12px; background:#f8f8f8; padding:0px 10px;		
		  border-radius:2px;
		   -moz-border-radius:2px;
		   -webkit-border-radius:2px;  border:solid 1px #dbdbdb; }
	.sq_btn:hover{ background:#027cff; color:#fff; border:solid 1px #0057b5;}