﻿body
{
    font-size: 12px;
    margin:0;
    background:#f8f3ea;
 } 
 
#wai{color:#211231; padding:5px 5px 5px 0;}
#time{color:#211231; font-size:12px;text-align:center;}
#line{ text-align:center; padding:10px 0px 0px 0px;}
#top{padding:5px 0 5px 0;color:#211231; font-size:18px; font-weight:bold; text-align:center;}
#mid{ margin-top:15px;font-size:12px;color:#211231; font-weight: normal; line-height:20px; padding:0 50px 0 50px;}
#file{ margin-top:15px;font-size:12px;color:#211231; font-weight: normal; line-height:20px; padding:0 50px 0 50px;}

.CommonModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:transparent !important;
	background-image: url("../../images/Imgs/maskBG.jpg") !important; 
	background-repeat: repeat;
	display:none;
}

.CommonModal
{
	border-style: solid;
	border-width: 1px;
	border-color: #333;
	border-right-width: 1px;
	border-right-color: #333;
	border-bottom-width: 0px;
	border-bottom-color: #333;
	background-color: #eeeeee;
}

.CommonModalTitle
{
	background-color: #A8A8A8;
	padding: 4px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width:0px;
	border-color: #333;
	color: #C73775;
	font-family: Arial, Helvetica;
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	height: 1.3em;
	position: relative;
	z-index: 203;
	cursor: move;
	text-align:left;
	filter: alpha(opacity=85);
	background:url(../../images/bian.gif) repeat-x;
}

.CommonModalClose
{
	width: 33px;
	height: 12px;
	background-image: url(../../images/Imgs/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.CommonModalContent
{
	background-color: #FFFCF0;
}

.CommonModalFooter
{
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #333;
	background-color: #eeeeee;
	padding: 2px;
}

.CommonModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(../../images/Imgs/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}