@charset "utf-8";
.action label{color:#fff;font-size:12px;line-height: 30px;display: inline-block;background-color: #FF552E;border-radius: 3px;margin-top:2px}
.container {
	width: 200px;
	position: relative;
	font-family: 微软雅黑;
	font-size: 12px;
	margin-left:10px
}
.container p {
	line-height: 12px;
	line-height: 0px;
	height: 0px;
	margin: 10px;
	color: #bbb
}
.action {
	width: 400px;
	height: 30px;
	margin: 10px 0;
}
.imageBox {
	position: relative;
	height: 200px;
	width: 200px;
	border: 1px solid #aaa;
	background: #fff;
	overflow: hidden;
	background-repeat: no-repeat;
	cursor: move;
}
.imageBox .thumbBox {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 150px;
	height: 150px;
	border-radius:10px;
	box-sizing: border-box;
	border: 1px solid rgb(102, 102, 102);
	box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
	background: none repeat scroll 0% 0% transparent;
}
.imageBox .spinner {
	position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 200px;
  color: #2F2A2A;
  background: rgba(213, 211, 211, 0.7);
}
.Btnsty_peyton{ float: left;
   width: 30px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #FFFFFF;
  margin:2px;
  background-color: #FF552E;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: 0px #fff solid;}
/*选择文件上传*/
.new-contentarea {
	width: 100px;
	overflow:hidden;
	margin: 0 auto;
	position:relative;float:left;
}
.new-contentarea label {
	width:100%;
	height:100%;
	display:block;
}
.new-contentarea input[type=file] {
	background:#333;
	margin: 0 auto;
	position:absolute;
	right:50%;
	margin-right:-94px;
	top:0;
	right/*\**/:0px\9;
	margin-right/*\**/:0px\9;
	width/*\**/:10px\9;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:2;
}
a.upload-img{
	display: inline-block;
	height:30px;
	line-height: 30px;
	color: #FFFFFF;
	width:100px;
	text-decoration:none;
	cursor:pointer;
	text-align: center;
	border: 0px #fff solid;
}

