.MainOutLayer {
	position:absolute;
	z-index:1;
	background-color:#ebf4fa;
	background-image:url(../../images/modal/modal_topbg.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:auto;
	height:auto;
}
.ContentLayer {
	position:relative;
	background-color:#FFFFFF;
	border:1px solid #aad8f7;
	margin-top:18px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	z-index:2;
}

.MainContentLayerHead {
	font-family:"trebuchet MS", arial;
	font-size:16px;
	font-weight:bold;
	color:#052653;
	padding-left:10px;
	
}

.MainContentLayerHead A {
	color:#052653;
	text-decoration:none;
}

.LayerTdClass {
	font-family:"tahoma",trebuchet MS,arial;
	font-size:11px;
	padding:5px;
}

.LayerTdClassSuccess {
	font-family:"tahoma",trebuchet MS,arial;
	font-size:11px;
	font-weight:bold;
	padding:5px;
	color:#006699;
}

.light_ash {
	color:#ccc;
	font-weight:bold;

}

.LayerTextBox {
	border: 1px solid #AAD8F7;
	padding: 2px;
	font:Tahoma, Arial, Georgia, "Times New Roman";
	font-size:11px;
}


.LayerTdClassError {
	font-family:"tahoma",trebuchet MS,arial;
	font-size:11px;
	font-weight:bold;
	padding:5px;
	color:#FF0000;
}

.submit {
	color:#333333; 
	height:27px;
	width:88px;
	background-image:url(../../images/modal/lightbluebg.gif);
	background-repeat:repeat-x;
	border:1px solid #6AB3F9;
	font-family:Tahoma, Arial, Georgia, "Times New Roman";
	font-size:11px;
	font-weight:bold;
}