/* <style> */

div.my_popup { 
  width: 300px;
  z-index: +1001; 
  position: absolute;
  padding: 0px;
  margin: 0px;  
}

div.my_popup div.my_header {
  cursor: default;
  height: 40px;
  background-image: url(pct/popup_top.gif);  
  padding-left: 11px;
  padding-top: 0px;
  overflow: hidden;
}

div.my_popup div.my_title {
  cursor: default;
  width: 244px;
  height: 26px;
  margin-top: 10px;
  line-height: 26px;
  vertical-align: middle;
  text-align: left;
  font-family: Arial, Sans-serif, Geneva, Verdana;  
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  float: left;  
  color: #00659A; 
  background-image: url(pct/popup_title.gif);   
}

div.my_popup img.my_exit {
  cursor: pointer;  
  height: 19px;
  width: 19px;
  margin-top: 13px;
  margin-right: 18px;
  float: right;
}

div.my_popup div.my_footer {
  cursor: default;
  height: 30px;
  background-image: url(pct/popup_bottom.gif);  
  overflow: hidden;
}

div.my_popup div.my_body {
  font-family: Arial, Sans-serif, Geneva, Verdana;
  font-size: 11px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;  
  background-image: url(pct/popup_middle.gif);   
}
