@charset "utf-8";
/* SPDWB Iframed CSS */

body { margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; }

/* Contact Form */
.error { color:#DE7026; font-weight:bold; }
#frmContact { margin:0; padding:0.5em 0; }
    #frmContact .frmTxt, #frmContact .frmArea { border:1px solid #777; font-family:Arial, Helvetica, sans-serif; }
    #frmContact .frmTxt { width:200px; }
    #frmContact .frmArea { width:390px; height:130px; font-size:1em; }
#frmContact td { vertical-align:top; }
td.col1 { width:100px; }
td.col2 { width:400px; }

#frmContact td.captcha { vertical-align:top; }
#frmContact td.captcha .frmTxt { width:140px; vertical-align:bottom; }
#frmContact span.captcha img { vertical-align:top; border:1px solid #CCC; }
#frmContact input#contact_captcha { text-transform:uppercase; }

/* Help Bubbles */
.bubWrap { position:relative; z-index:1; }
.helpBubble { display:none; }
.bhlpContainer { display:none; width:228px; position:absolute; top:-6px; left:160px; }
.bhlpContent { display:block; width:178px; padding:10px 10px 0 40px; background:url(../../images/2k9/2k9_helpbubble_bg_228x460.png) top no-repeat; color:#000; }
.bhlpBottom { width:228px; height:10px; background:url(../../images/2k9/2k9_helpbubble_bottom_228x10.png) no-repeat; }