#modalOverlay {
  background-color:#000;
  cursor:wait;
}

#modalContainer {
  /*height:150px;*/
  width:400px;
  left:50%;
  top:15%;
  margin-left:-200px; /* half the width, to center */
  background-color:#fff;
  border:1px solid #A0BFD9;
}

#modalContainer a.modalCloseImg {
  background:url(/_i/btn_close.gif) no-repeat;
  width:68px;
  height:19px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-20px;
  right:-1px;
  cursor:pointer;
}

a:link { color:ADFF2F; text-decoration:none }

a:active { color:FFFF00; text-decoration:underline }

a:visited { color:00FFFF; text-decoration:none }

a:hover { color:FF00FF; text-decoration:underline }

a.linksms {
font-family: Arial, sans-serif;
font-size: 10pt;
color:#CC00CC;
font-weight: bold;
}



