/* 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 (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -200px;
    width: 394px;
    
    background-color: #fff;
    color: #333;
    border: 1px solid #b7b6b6;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }


.email {width:394px; background: url(../img/email-bg-mid.gif); background-repeat: repeat-y;}
.email-top {width:394px; background: url(../img/email-bg-top.jpg) no-repeat;}

.email-title {float:left; margin:17px 0 0 24px;}
.email-close-window {float:right; margin:9px 10px 0 0;}

.email-top form {width:389px; margin:16px 0 0 2px; border-top: solid 1px #fff; padding:17px 0 0 0;}
.email-fieldname {float:left; width:74px; color:#3b6387; font-family:verdana, san-serif; font-size:10px; font-weight: bold; padding:0 0 0 21px; text-align:left; margin-top:2px;}
.email-fieldname-desc {width:269px; margin:0 0 8px 95px; font-family:verdana, san-serif; font-size:10px; text-align:left; letter-spacing:-0.04em; color:#b0b0b0;}
.email-field, .email-field-first {float:left;}
.email-field input {width:269px; margin-bottom:10px; color:#777; font-family:verdana, san-serif; font-size:11px;}
.email-field-first input {width:269px; margin-bottom:5px;}
.email-field textarea {width:269px; height:103px; color:#777; font-family:verdana, san-serif; font-size:11px;}
.email-checkbox {float:left; width:15px;margin:19px 0 0 22px;}
.email-checkbox-text {float:left;color:#777; font-family:verdana, san-serif; font-size:11px; margin:19px 0 0 10px;}
.email-cancel {float:right; width:60px; margin-top:12px;}
.email-send {float:right; width:60px; margin:12px 24px 0 6px;}
.email-disclaimer {font-family:verdana, san-serif; font-size:10px; color:#b0b0b0; width:341px; margin:21px 0 0 26px; text-align:left; letter-spacing:-0.04em;}

.email-bottom {width:394px; min-height:20px; height:auto !important; height:20px;  background: url(../img/email-bg-bottom.gif) no-repeat;}
