after_limit {
width:260px; 
color:#008000
}
.okButton {
background-color: #2F481D;
color:#FFFFFF;
font-size: 9pt;
font-family: arial;
width: 70px;
height:	20px;  
}
.alertTitle {
background-color: #2F481D;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #FFFFFF;
padding:3px;
font-weight: bold;
}
.alertMessage {
font-family: arial;
font-size: 9pt;
color: #000000;
font-weight: normal;
padding-left:5px;
}

.alertBoxStyle {
	cursor: default;
	filter: alpha(opacity=100);
	background-color: #FFFFFF;
	position: absolute;
	margin-top: 60px;
	margin-bottom: 5px;
	top: 30px;
	left: 20px;
	width: 40%;
/*	height: 100px;*/
	visibility:hidden;
	z-index: 999;
	text-align: center;
	border: 1px solid #5B704C;
}




