
.okButton {
background-color: #000000;
font-color: #FFFFFF;
font-size: 9pt;
font-family: verdana;
width: 50px;
height:	20px;  
}
.alertTitle {
background-color: #000000;
font-family: verdana;
font-size: 9pt;
color: #FFFFFF;
font-weight: bold;
}
.alertMessage {
font-family: verdana;
font-size: 10pt;
font-weight: bold;
color: #FFFFFF;
}
.alertBoxStyle {
cursor: default;
filter: alpha(opacity=90);
background-color: #000000;

position: absolute;
top: 200px;
left: 200px;
width: auto;
height: auto;
border-bottom-left-radius:5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
visibility: hidden;
z-index: 999;

text-align: center;
}
