#floater1 {
 text-align: center;

}
#floater {
position: absolute; top: 150px; left: 30%;
width: 310px; height: auto;
filter:alpha(opacity=95);
-moz-opacity:0.95;
opacity: 0.95;
background-color: #EFF4FA;
font-size: 12px;
-moz-border-radius: 1em !important;
-moz-border: 1px solid #1861BD !important;
border:1px solid #1861BD;
padding: 2px;
}
#floater div .headad {
font: bold 18px Verdana;
color: #1861BD;
text-align: center;

}

#floater strong {
font-weight: bold;
color: #1861BD;
}
#floater b {
color: #1861BD;text-decoration: none
} 
#floater a {
color: #1861BD; text-decoration: none
} 
#floater .closetag {
text-align:center;
font-size: 12px;
font-variant:small-caps;
}
