/*a  upload */
.a-upload {
	padding: 4px 10px;
	height: 30px;
	line-height: 20px;
	position: relative;
	cursor: pointer;
	color: #888;
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float:left;
	margin-right:20px;
}
 
.a-upload  input {
	position: absolute;
	font-size: 100px;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer
}
 
 
.move{ display:block;float:left; height: 25px; line-height: 27px; width: 40px; background:url(/resources/reception/image/mov.png) no-repeat 0px 8px;}
.comp{ float:left; height: 25px; line-height: 27px; padding-left:15px; color:#f60;  background:url(/resources/reception/image/comp.png) no-repeat 0px 8px;}
.axx{ width:20px; height:20px; display:inline-block; border:1px solid #ddd; left: 130px; top:0px; position: absolute; background:#fff;}
.colors{ margin-left:10px; font-weight:100; color:#d3211e;}
.colorsp{ margin-left:10px; font-weight:100; color:#d3211e; display:inline-block; margin-top:5px;}
.divDe{float:left; position:relative;}

.a-upload:hover {
	color: #444;
	background: #eee;
	border-color: #ccc;
	text-decoration: none
}
.uploadfile{
 width:160px; 
 height:27px; 
 line-height:27px; 
 background:#ffc333; 
 position:relative; 
 display:inline-block; 
 left:0px;
  color: #fff; 
  text-align:center; 
  border-radius:2px;
  float:left;
  border:0px;
  cursor:pointer;
  font-size: 16px;
  font-weight: 600;
}

.uploadfile1{ width:110px; height:27px; line-height:23px; background:#49a4ff; float:left; color: #FFF; border:0px; text-align:center; border-radius:2px; margin-left:5px;}


.uploadbutton{
	 position:absolute; width:110px; height:25px; left:0px; top:0px; opacity: 0; filter:alpha(opacity=0); float:left;
}