
/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (via jqModal.js). */
  
.jqmWindow {
    display: none;    
    position: absolute;
    top: 34%;
    left: 46%;    
    margin-left: -250px;
    width: 511px;    
    background-color: #EEE;
    color: #333;
}

.jqmOverlay { background-color: none; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
  width: expression(this.parentNode.offsetWidth+'px');
  height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmClose {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
  float: right;
}

#submitWindow {
  background: none;
}

#modalTop {
  background: transparent url("../../images/modal-top.png") left top no-repeat;
  width: 511px;
  height: 13px;
}

#modalBottom {
  background: transparent url("../../images/modal-bottom.png") left bottom no-repeat;
  width: 511px;
  height: 22px;
}

#modalSides {
  background: transparent url("../../images/modal-sides.png") left top repeat-y;
  padding: 0 5px 0 5px;
  height: 100%;
}

#modalForm {
  padding: 4px 35px 0 35px;
  margin: 0;
}

#modalForm form {
  clear: both;
}

.textbox423 {
  width: 423px;
  margin: 10px 0 0 0;
}

.textarea423 {
  width: 423px;
  height: 70px;
}

.textarea40 {
  width: 423px;
  height: 40px;
}

label.header {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}

.close {
  padding: 10px 20px 0 0;
  margin: 0;
}

.buttonSend {
  padding: 0;
  margin: 0;
}
