.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	position: relative;
	cursor: pointer;
}


.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}

.upload div {width: 95px; height:33px;}

html,body,div,p{
	marrgin:0;padding:0;
}

.offerlist {
	height: 33px;
	width: 350px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	position: relative;
	margin-left: 20px;
	float: left;
}

#bar .finish {
	height: 100%;
	width: 0%;
	background-color: #00e3df;
	border-radius:5px;
}

#bar .ing{
	color: #000;
	text-align: center;
	font-family: "微软雅黑",Verdana, Geneva, sans-serif;
	position: relative;
	margin-top: -33px;
	font-size: 14px;
	line-height: 33px;
}

.margintop {
	margin-top: 5px;
}

.remove {
	position: relative;
	float: right;
	width: 15px;
	height: 15px;
	margin-top: 10px;
	margin-right: 3px;
	background: url(/images/common/icon/close.png) 0px 0px no-repeat;
	cursor: pointer;
}

.remove_active {
	background: url(/images/common/icon/close.png) 0px -15px no-repeat;
}