@charset "utf-8";
#Mask {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #000000;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	display: none;
	z-index: 999;
}
#MessageBox {
	/* position:fixed!important;/* FF IE7*/
	position:absolute;/*IE6*/
	width: 800px;
	height: 500px;
	z-index: 9999;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	display:none;
}
#MessageBox #FRM {
	position: relative;
	width: 780px;
	height: 460px;
}
#MessageBox #Close {
	cursor: pointer;
	font-size: 9pt;
}
#MessageBox   table {
	border: 1px solid #dcdcdc;
	line-height: 12px;
	background-color: #FFFFFF;
}
#MessageBox   table  td {
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#MessageBox  .BoxTitle {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/tabletitle.gif);
	background-repeat: repeat-x;
	line-height: 20px;
	font-size: 10pt;
}
.EConlink {
	cursor: pointer;
	color: #0066FF;
	font-weight: bold;
}
.CConlink {
	cursor: pointer;
	color: #0066FF;
	font-weight: bold;
}

