after_limit {
width:260px; 
color:#008000
}
.okButton {
background-color: #D4D4D4;
font-color: #000000;
font-size: 9pt;
font-family: arial;
width: 70px;
height:	20px;  
}
.alertTitle {
background-color: #BE0C0C;
font-family: arial;
font-size: 9pt;
color: #FFFFFF;
font-weight: bold;
}
.alertMessage {
font-family: arial;
font-size: 9pt;
color: #000000;
font-weight: normal;
}
.alertBoxStyle {
cursor: default;
filter: alpha(opacity=90);
background-color: #E4E4E4;
position: absolute;
margin-top: 80px;
margin-bottom: 5px;
top: 30px;
left: 20px;
width: 50px;
height: 10px;
visibility:hidden; z-index: 999;
border-style: groove;
border-width: 2px;
border-color: #FFFFFF;
text-align: center;
}