/* CSS Document */
.okButton {
background-color: #6CC2E9;
color: #ffffff;
font-size: 11px;
font-family: microsoft sans serif;
width: 70px;
height: 20px; 
border: #1C76C4 1px solid;
}
.alertTitle {
background-color: #1C76C4;
color: #ffffff;
font-size: 11px;
font-family: microsoft sans serif;
font-weight: bold;
height: 20px; 
padding-left:5px;
border: #444444 1px solid;
}
.alertMessage {
color: #000000;
font-size: 11px;
font-family: microsoft sans serif;
font-weight:normal;
}
#alertLayer{
cursor: default;
filter: alpha(opacity=90);
background-color: #EAEAEA;
position: absolute;
top: 120px !important;
left: 400px;
width: 300px;
height: 130px;
visibility:hidden; z-index: 999;
text-align: center;
border: #0D3B64 1px solid;
}

