#styled_popup {
  display:none; 
  position: absolute; 
  top: 50%; 
  left: 50%; 
  text-align: center;
  zoom: 1;
  width: 645px;
  z-index: 500;
  overflow: visible;
  margin: -175px 0px 0px -322px;
}

#popup_top{
background-image: url(../clip/popup/top.gif);
width: 645px;
height:   16px;
text-align:right;
position: relative; 
}
#popup_top img{
width:10px;
height:10px;
padding-right:10px;
padding-top:10px;
}
#popup_top A{
	color: #008bcf;
  text-decoration: underline;
  
}
#popup_bottom{
background-image: url(../clip/popup/bottom.gif);
width: 645px;
height:   16px;
background-repeat: no-repeat;
}
#popup_text{
background-image: url(../clip/popup/bg.gif);
width: 605px;
/*min-height:300px;*/
color:#3c4d55;
padding-left:20px;
padding-right:20px;
padding-top:20px;
background-repeat: repeat-y;
text-align:left;
}

#popup_text h1,h2,h3{
color:#3c4d55;
}

#popup_text img{
padding-top: 10px;
}

