
#popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3000px;
  z-index: 90;
  background-color: #000;
  /* Removed opacity fields here as we can instead
     just use .css("opactity", 0.3) using jQuery
     instead and get it working on all browsers. */
}
#popup-overlay[id] { /* IE6 and below Can't See This */
  position: absolute !important;  
  width: 100%;
  height: 1100px;
}

.popup {
    position: absolute !important;
    width:640px;
    background:#ddd;
    border:1px solid #004153;
    z-index: 110;
}
.popup[id] {
    position: absolute !important;
}

.popup .popup-body {
    margin: 5px;
}

.popup .popup-body img {
  border: 0;
}

.popup .popup-footer {
    border-top: 1px solid #004153;
    padding-top: 5px;
    margin: 10px 0px 5px 0px;
  background: url(/vetrecordjobs/images/bg-job-detail.png) stretch;
}

.popup .popup-footer .button {
    float:     right;
}

/* --- Popup information box such as on registration page --- */

.infobox {
  width: 600px;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #000;
  font: normal x-small verdana, arial, helvetica, sans-serif;
  display: block;
}

.infobox .header {
  width:100%;
  position:relative;
  overflow:hidden;
  background:#CDD7FB;
  border-bottom:1px solid #A6B8FF;
}

.infobox .header h1 {
  display:inline;
  float:left;
  font-size: 1.2em;
  font-weight: bold;
  color:#324095;
  margin:0;
  padding: 2px 5px;
}

.infobox .body {
  display: block;
  height: 400px;
  overflow: auto;
    margin: 8px;
}

.infobox .body h1 {
  font-size: 1.1em;
  font-weight: bold;
}

.infobox .body h2, h3, h4 {
  font-size: 1.0em;
  font-weight: bold;
}

/* --- Cookie warning popup --- */

#cookiebox  { background:#fff; padding:10px !important; }
#cookiebox h2 { font-size:1.4em; margin-bottom:0;margin-left:10px;}
#cookiebox ul { padding:10px!important }
#cookiebox li { font-size:1.2em; line-height:1.6em}
#cookiebox p { font-size:1.2em; line-height:1.6em}
#cookiebox div.button { margin-left:250px}
#cookiebox p.right { text-align:right}
