/* lightbox */
.jqmWindow { display: none; position: fixed; top: 25%; left: 50%; margin-left: -200px; width: 400px; padding-right: 200px;background-color: transparent; color: #fff; text-align: left; font-size:10px}
#contactFormWrapper h1, #diggInfo h1 { clear:left;color: #fde448; background: transparent; position: static; font-size: 11px; padding:0; margin:0; width: auto; }
#contactFormWrapper input { width: 185px; height: 15px; font-size: 10px; line-height: 15px; float:left;	margin: 0 10px 0 0;padding:0;}
#contactFormWrapper textarea { width: 385px; height: 100px; font-size: 12px; line-height: 15px; font-family:arial; }
#contactFormWrapper label { display: block; margin: 0 15px 5px 0;float:left;width:185px;padding:0 }
#contactFormWrapper .buttons { text-align: right;padding: 10px 10px 0 0; }
#contactFormWrapper p { margin:0;padding:0; }
#contactForm {width: 405px;}
#contactFormWrapper .buttons input { background: #fde448; border: none; height: 15px; font-size: 12px; line-height: 13px; color: #666; width: 70px; position:relative; right: -40px; }
#successfulSubmit {width: 500px; height: 300px; background: #000; padding:20px;}
#successfulSubmit p {font-size: 12px;}
#successfulSubmit h1 {font-size: 14px; margin-bottom: 10px}
.jqmOverlay { background-color: #000; height: 3000px !important; position:absolute !important; top:0; }
/* Fixed posistioning emulation for IE6 */
* html .jqmWindow { position: absolute; top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); }
