@CHARSET "UTF-8";

#mask {
	/* 	后面的遮罩 */
	background: #000;
	opacity: 0.20;
	filter: alpha(opacity = 75);
	height: 1000px;
	width: 2000px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#uploadfile {
	/* 	弹出的窗体 */
	position: fixed;
	left: 30%;
	top: 30%;
	z-index: 11;
}



.uploadfilecon {
	/*     窗体背景颜色 
		border-color:balck;
	border-style:solid dashed;
	border-width:1px;
	border-top-color:red;
	borer-radius: 5%;*/
	width: 300px;
	height: 150px;
	background: #FFF;
	filter:progid:DxImageTransform.Microsoft.Shaow(color=#909090;direction:120;stremgth=4);
	-moz-box-shadow:2px 2px 10px #400040;
	-webkit-box-shadow:2px 2px 10px #333;
	bax-shadow:2px 2px 10px #525252;
	position: relative;
}
#uploadheader {
	padding:10px;
	margin-bottom:100px;
/*	background:#292929;*/
}

#uploadheader label{
	text-align:center;
	font-family:"宋体",Times,serif;
	font-weight:bold;
	font-size:15px;
	font-color:#FFF;
	text-color:#FFF;
}

#close {
	/* 	关闭按钮 */
	width: 30px;
	height: 30px;
		/*background-color: #000000;
	background-image:url(btn_close.png); */
	background: url("../images/bg/btn_close.png");
	background-size: cover;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}

#uploadcontent {
	/* 	弹出窗口内容 */
	background: #FFF;
	cursor: pointer;
	position: absolute;
	top: 50px;
	left: 5px;
	text-align: center;
}