﻿body 
{
	margin:0px;
}

.mflLeft
{
	font-size:13px;
	position:relative;
	float:left;
	margin:5px 5px 5px 0;
	width:75px;
	height:65px;
	border:solid 1px #eeeeee;
	text-align:center;
	padding:10px 5px 5px 10px;
	vertical-align:middle;
}
.mflRight
{
	font-size:12px;
	position:relative;
	float:left;
	clear:left;
	width:400px;
	height:80px;
	margin:5px;
	margin-left:0px;
	border:solid 1px #eeeeee;
	overflow:auto;
	text-align:left;
	font-family:@宋体 Arial;
}
.mflBottom
{
	position:relative;
	clear:both;
	width:400px;
	padding:5px;
	text-align:left;
	border:solid 1px #eeeeee;
}
/*******上传文件控件样式*******/
.mflFileUploadCss
{
	width:72px;
	margin:0px;
	filter:alpha(opacity=0);
	opacity:0;
	height:24px;
	cursor:hand;
	border:0px;
	margin-top:10px;
}
/******包含上传控件的Div******/
.mflLeft_FileUpload
{
	position:relative;
	width:72px;
	height:60px;
	/*overflow:hidden;*/
	clear:both;
	cursor:hand;
	background-image:url("../images/ImgSel.jpg");
	background-repeat:no-repeat;
	background-position:left bottom;
}
.mUploadCss
{
background:url(../images/ImgUp.jpg) no-repeat; border:none; width:72px; height:30px; *background-image:none; *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/ImgUp.jpg",sizingMethod="none");cursor:hand;
	}
/****保存上传文件信息的OL样式****/
.mflRightOlFiles
{
	margin-top:5px;
}
.mflRightOlFiles li
{
	padding:2px;
}
span
{
	font-size:12px;
	color:green;
}
.mflFileCountMsg
{
	margin-left:10px;
}
.FileNameStyle
{
	color:Silver;
}
