@charset "utf-8";
.uploadicon {
	width:100px;
	height:57px;
	margin-left:50px;
	line-height: 57px;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #3db1fa;
	border-radius: 3px;
	text-decoration:none;
	cursor:pointer;
	border: 0px #fff solid;
	box-shadow: 0px 0px 5px #B0B0B0;
	font-weight:700;
}


a.upload-img{
	width:150px;
	display: inline-block;
	margin-bottom: 10px;
	height:57px;
	line-height: 57px;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #3db1fa;
	border-radius: 3px;
	text-decoration:none;
	cursor:pointer;
	border: 0px #fff solid;
	box-shadow: 0px 0px 5px #B0B0B0;
}
a.upload-img:hover{
	background-color: #1682C7;
}
/*选择文件上传*/
.new-contentarea {
	width: 150px;
	overflow:hidden;
	margin: 0 auto;
	position:relative;float:left;
}

.new-contentarea label {
	width:100%;
	height:100%;
	display:block;
}
.new-contentarea input[type=file] {
	width:188px;
	height:60px;
	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;
}
.tc{text-align:center;}