/******************************************** 
` Modal : Base
*********************************************/
.jqmWindow { display: none; position: fixed; top: 50px; left: 50%; margin-left: -300px; width: 600px; height: 470px; background: #fff; color: #333; border: 7px solid #666; padding: 12px; overflow: auto; }
.jqmOverlay { background-color: #000; }
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.inquiry-thanks { text-align: center; }
.inquiry-thanks h3 { margin-bottom: 10px; }
/******************************************** 
` Modal : Single Inquiry
*********************************************/
#simple-inquiry h1 { font-size: 1.8em; color: #060; border-bottom: 1px solid #ccc; }
#simple-inquiry #note { width: 250px; height: 140px; margin: 45px 10px 0 0; background: #fff url('../../images/bg-note.gif') no-repeat; }
#simple-inquiry #note h4 { margin: 15px 0 0 0; padding: 0 15px; font-weight: bold; color: #990000; }
#simple-inquiry #note p { padding: 15px; }
#simple-inquiry textarea { width: 585px; height: 130px; }
/******************************************** 
` Modal : Multiple Inquiry & Create Account
*********************************************/
#create-inquiry h4.trigger { padding: 0 0 0 20px; font-weight: bold; cursor: pointer; background: url('../../images/togglearrow.gif') no-repeat; }
#create-inquiry h4.trigger.active { background-position: 0 -20px; }
#create-inquiry .toggle_container { margin-bottom: 10px; background: #eee; }
#create-inquiry .toggle_container p { margin: 0; padding: 5px 10px; border-bottom: 1px solid #ccc; }
#create-inquiry h1 { font-size: 1.8em; color: #060; border-bottom: 1px solid #ccc; }
#create-inquiry fieldset { margin-bottom: 10px !important; }
#create-inquiry #note { width: 250px; height: 140px; margin: 15px 10px 0 0; background: #fff url('../../images/bg-note.gif') no-repeat; }
#create-inquiry #note h4 { margin: 15px 0 0 0; padding: 10px 15px 0 15px; font-weight: bold; color: #990000; }
#create-inquiry #note p { padding: 0 15px 15px 15px; }
#create-inquiry .passwords { padding-top: 5px; border-top: 1px solid #ccc; }
#create-inquiry textarea { width: 585px; height: 130px; }
