
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#888888 url(../images/popupbg2.png) repeat;
border:1px solid #cecece;
z-index:101;
}

.popupbox{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
background-color: #ffffff;
width:600px;
height:450px;
border:2px solid #cecece;
z-index:102;
padding:12px;
font-size:12px;
overflow: auto;
}
.popupbox h1{
text-align:left;
color:#540C00;
font-size:18px;
margin-top:0 !important;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
    text-shadow: #cccccc 4px 2px 2px;
}
#popupBoxClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor:pointer;
}


#popupContent p { font-family: Arial; font-size:14px; margin-bottom:10px; margin-top:10px; line-height: 1.2em !important;}
#popupContent p.bold { font-family: Arial; font-size:14px; color:#085998 !important; }
#popupContent a {color:#085998 !important;}
#popupContent h5 {font-family: Arial; font-size:20px; font-weight: bold; color:#11380C; margin-bottom:0;}