#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:3;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:625px;
width:300px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:4;
padding:12px 12px 25px 12px;
font-size:13px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
font-family:arial,sans-serif;
right:2px;
top:0px;
position:absolute;
color:#454674;
font-weight:700;
display:block;
cursor: pointer;

}
#button{
text-align:center;
margin:0px;
}

#button2{
text-align:center;
margin:0px;
}


#bookAd {
font-size: .875em;
}

#bookAd a:link{
color: black;
text-decoration: none;
}

#bookAd a:visited {
color: black;
text-decoration: none;
}

#bookAd a:hover {
color: #860303;
text-decoration: none;
}

#bookAd a:active {
color: #021352;
text-decoration: none;
}

