/* CSS Document */
.okButton {
border-style : none;
border-color:#000000;
border-width: 1;
font-color: #000000;
font-size: 9pt;
font-family: 'tahoma';
font-weight:bold;
width: 70px;
height:	20px; 
background:#fff url('../Images/input_bg_alist.gif ') repeat-x;
}
.alertTitle {
font-family:'tahoma';
font-size:9pt;
background:#45A0EE url('../Images/alter_bar.gif') no-repeat;
height:20px;
text-align:left;
font-weight:bold;
font-color: #000000;
}
.alertMessage {
font-family:tahoma;
font-size:11px;
font-weight:normal;

}
.alertBoxStyle {
cursor: default;
background-color: #E4E4E4;
position: absolute;
top: 200px;
left: 200px;
/* CPS 4/29/08 */
width: 211px;
/*height: 50px;*/
visibility:hidden; z-index: 999;
border-style:solid;
border-width: 1px;
border-color:#000000;
text-align: center;
font-family:'tahoma';
font-size:8pt;
/*word-break:break-all; */
background:#fff url('../Images/alter_bg.gif') repeat-x;

}

