.okButton {
background-color: #dcdcdc;
font-color: #FFFFFF;
color: #535353;
font-size: 9pt;
font-family: arial;
/*width: 70px;*/
width: auto;
height:	20px; 
border: 1px solid #e2e2e2;
}
.alertTitle {
background-color: gray;
font-family: arial;
font-size: 8pt;
color: white;
font-weight: normal;
letter-spacing: 15px;
}
.alertMessage {
font-family: arial;
font-size: 9pt;
color: #626463;
font-weight: normal;
}
.alertBoxStyle {
cursor: default;
/*filter: alpha(opacity=10);*/
background-color: #eee8aa;
position: absolute;
/*top: 200px;
left: 200px;
width: 100px;
height: 50px;*/
visibility:hidden; z-index: 999;
border-style: solid;
border-width: 0px;
border-color: #a9a9a9;
text-align: center;
vertical-align: middle;
}
.iframeBoxStyle {
cursor: default;
height:auto;
background-color: #ededed;
z-index: 999;
border-style: solid;
border-width: 1px;
border-color: #708090;
text-align: center;
vertical-align: middle;
}
.teste {
cursor: default;
height:200px;
z-index: 999;
border-style: solid;
border-width: 2px;
border-color: #51100e;
text-align: center;
vertical-align: middle;
}
.translucent {
opacity: 60;
filter: alpha(opacity=60);
-moz-opacity: 0.4;
-khtml-opacity: 0.6;
}
.formMessage {
font-family: arial;
font-size: 9pt;
color: #101010;
font-weight: normal;
}
.formDesignacao {
font-family: arial;
font-size: 9pt;
color: #111111;
font-weight: normal;
}
.highlight {
font-family: arial;
font-size: 9pt;
color: #005d8e;
font-weight: normal;
}
.alertFormBox {
font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
font-size: 8pt;
color: #FFFFFF;
background-color: #626463;
/*height: 20px;*/
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
padding-left: 5px;
}