.alertTitle 
{ 
	background-color: #470e20; 
	font-family: arial; 
	font-size: 9pt;
	color: #ebdfe9; 
	font-weight: bold; 
}

.alertMessage
{
	line-height:13px;
	font-family: arial; 
	font-size: 12px; 
	color:#470e20;
	font-weight: normal; 
	vertical-align:top; 
}


.alertBoxStyle {
	cursor: default;
	background-color:#ebdfe9;
	position:absolute;
	width:340px;
	left:40%;
	top:30%;
	visibility:hidden;
	z-index:99999;
	border-style:solid;
	border-width: 2px;
	border-color:#470e20;
	text-align: center;
	height:auto;
}

#error_msgbox
{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;
	text-align:left; 
	color:#470e20;
	width:340px;
}
