* { margin:0; padding:0; }
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper { position:absolute; top:0; left:0; z-index:9999; overflow:hidden; }
#cboxOverlay { position:fixed; width:100%; height:100%; }
#cboxMiddleLeft, #cboxBottomLeft { clear:left; }
#cboxContent { position:relative; }
#cboxLoadedContent { overflow:auto; }
#cboxTitle { margin:0; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position:absolute; top:0; left:0; width:100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor:pointer; }
.cboxPhoto { float:left; margin:auto; border:0; display:block; }
.cboxIframe { width:100%; height:100%; display:block; border:0; }
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay { background:#FFF; opacity:.70 !important; filter:alpha(opacity=70) !important; }
#colorbox { }
#cboxTopLeft { width:21px; height:21px; background:url(images/controls.png) no-repeat -102px -1px; }
#cboxTopRight { width:21px; height:21px; background:url(images/controls.png) no-repeat -129px -1px; }
#cboxBottomLeft { width:21px; height:21px; background:url(images/controls.png) no-repeat -102px -28px; }
#cboxBottomRight { width:21px; height:21px; background:url(images/controls.png) no-repeat -129px -28px; }
#cboxMiddleLeft { width:21px; background:url(images/controls.png) left top repeat-y; }
#cboxMiddleRight { width:21px; background:url(images/controls.png) right top repeat-y; }
#cboxTopCenter { height:21px; background:url(images/border.png) 0 0 repeat-x; }
#cboxBottomCenter { height:21px; background:url(images/border.png) 0 -29px repeat-x; }
#cboxContent { overflow:hidden; background: #2a2a2a; opacity:.90; filter:alpha(opacity=90); }
.cboxIframe { background:#fff; }
#cboxError { padding:50px; border:1px solid #ccc; }
#cboxLoadedContent { background:url("http://degreesexcite.s3.amazonaws.com/css/images/loader.gif") no-repeat scroll center center; }
#cboxTitle { position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494; }
#cboxCurrent { position:absolute; bottom:4px; left:58px; color:#949494; }
#cboxSlideshow { position:absolute; bottom:4px; right:30px; color:#0092ef; }
#cboxPrevious { position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px; }
#cboxPrevious:hover { background-position:-75px -25px; }
#cboxNext { position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px; }
#cboxNext:hover { background-position:-50px -25px; }
#cboxLoadingOverlay { background:url(images/loading_background.png) no-repeat center center; }
#cboxLoadingGraphic { background:url(images/loading.gif) no-repeat center center; }
#cboxClose { position:absolute; top:0; right:2px; background:url(images/controls.png) no-repeat -24px -10px; width:28px; height:30px; text-indent:-9999px; }
#cboxClose:hover { background-position:-64px -10px; }
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft { background:url(images/ie6/borderTopLeft.png); }
.cboxIE6 #cboxTopCenter { background:url(images/ie6/borderTopCenter.png); }
.cboxIE6 #cboxTopRight { background:url(images/ie6/borderTopRight.png); }
.cboxIE6 #cboxBottomLeft { background:url(images/ie6/borderBottomLeft.png); }
.cboxIE6 #cboxBottomCenter { background:url(images/ie6/borderBottomCenter.png); }
.cboxIE6 #cboxBottomRight { background:url(images/ie6/borderBottomRight.png); }
.cboxIE6 #cboxMiddleLeft { background:url(images/ie6/borderMiddleLeft.png); }
.cboxIE6 #cboxMiddleRight { background:url(images/ie6/borderMiddleRight.png); }
.cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter, .cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft, .cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight, .cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight {  _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
#ask_expert { padding:0 2px; overflow:hidden; }
#ask_expert h3 { display: inline-block; font:bold 16px arial; color:#FFF; padding:1px 10px 10px; }
.cont-wrap { display:block; border-radius:8px; padding:20px 15px 0; background: url(../images/expert.jpg) left bottom no-repeat #f1f1f1; overflow:hidden; clear:both; -webkit-box-shadow: inset 0px 2px 2px 0px #bbbbbb; -moz-box-shadow: inset 0px 2px 2px 0px #bbbbbb; box-shadow: inset 0px 2px 2px 0px #bbbbbb; }
#ask_expert .txt { width:170px; float:left; font:12px/16px arial; }
.form_wrap { float:left; margin-left:175px; min-height:300px; padding-bottom:10px; }
.form_wrap .r { clear:both; overflow:hidden; margin-bottom:5px; color:#333 !important; }
.form_wrap .ri { padding-right:10px; float:left; color:#333 !important; }
.form_wrap input, .form_wrap textarea { font:12px tahoma; border:1px solid #999; border-radius:4px; padding:4px 3px; width:194px; -moz-box-shadow:inset 0px 1px 2px #ccc; -webkit-box-shadow:inset 0px 1px 2px #ccc; box-shadow:inset 0px 1px 2px #ccc; color:#999; }
.form_wrap input.chkbox { float: left; margin: 4px 0 0; width: 25px; }
.form_wrap .add { width:406px; }
.form_wrap textarea { width:406px; height:80px; resize:none; }
.form_wrap .lb { width:194px; display:block; font:12px/20px tahoma; color:#333 }
.form_wrap .lbc { display:block; font:12px/20px tahoma; color:#333; }
.form_wrap select { padding:3px 3px 3px; font:12px/25px tahoma; color:#333 !important; text-shadow:0px 1px 1px #fff; }
.form_wrap span.select { font:12px/18px tahoma; color:#333 !important; text-shadow:0px 1px 1px #fff; border-radius:4px; position: absolute; width: 167px; border:1px solid #999; padding: 2px 24px 1px 8px; color: #333; font: 12px/21px arial, sans-serif; background:url(../images/select_bg.gif) -6px 0px no-repeat; overflow: hidden; height:21px; }
.form_wrap span.error { border:1px solid #e50000; }
.form_wrap select.error { background:none transparent; -webkit-appearance: none; width:220px; border:1px solid #e50000; padding:3px 3px 3px; font:12px tahoma; color:#333; text-shadow:0px 1px 1px #fff; }
.form_wrap span.error { border:1px solid #e50000; }
.form_wrap select option { border:none; text-shadow:none; }
.form_wrap input:focus, .form_wrap textarea:focus { color:#333; border:1px solid #333; }
.form_wrap input.error5, .form_wrap select.error5 { border:1px solid #e50000; -moz-box-shadow:inset 1px 1px 3px #ffdcdc; -webkit-box-shadow:inset 1px 1px 3px #ffdcdc; box-shadow:inset 1px 1px 3px #ffdcdc; background:#fff; }
.go_but { cursor:pointer; border:1px solid #496f1c; font:bold 17px arial; border-radius:5px; margin-right:10px; margin-top:10px; display:inline-block; float:right; padding:9px 0px; width:182px; text-transform:uppercase; text-decoration:none; -moz-box-shadow:inset 0px 1px 1px #a3e24e; -webkit-box-shadow:inset 0px 1px 1px #a3e24e; box-shadow:inset 0px 1px 1px #ccc; color:#a3e24e; color:#FFF; background: #4a7119; background: -moz-linear-gradient(top, #80b23c 0%, #4a7119 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80b23c), color-stop(100%, #4a7119)); background: -webkit-linear-gradient(top, #80b23c 0%, #4a7119 100%); background: -o-linear-gradient(top, #80b23c 0%, #4a7119 100%); background: -ms-linear-gradient(top, #80b23c 0%, #4a7119 100%); background: linear-gradient(top, #80b23c 0%, #4a7119 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b23c', endColorstr='#4a7119', GradientType=0 );
}
.go_but:hover { border:1px solid #1e1e1e; font:bold 17px arial; border-radius:5px; margin-right:10px; display:inline-block; float:right; padding:9px 0px; width:182px; text-transform:uppercase; text-decoration:none; -moz-box-shadow:inset 0px 1px 1px #a3e24e; -webkit-box-shadow:inset 0px 1px 1px #a3e24e; box-shadow:inset 0px 1px 1px #ccc; color:#a3e24e; color:#FFF; }
.ri label.error { display:none !important; }
.form_wrap .error1 { display:none; }
.form_wrap .error { font:11px tahoma; color:#fff; display:inline-block; float:left; overflow:hidden; text-align:left; border:1px solid #a52626; padding:3px 5px 4px 22px; background:url(../images/err.gif) 3px 4px no-repeat #c92b2b; border-radius:3px; width:168px; margin-top:5px; }
.wait { margin:150px 0 190px 175px; }
.wait img { float: left; margin-right: 5px; margin-top: 2px; }
.success { font:16px Arial, Helvetica, sans-serif; color:#04599F; padding:100px 20px 120px 40px; }
.ar { position:absolute; display:block; width:30px; height:30px; }
.qdf_sch { border:1px solid #bababa; border-radius:6px; padding:8px; overflow:hidden; margin-bottom:10px; background: #e5eaf1; background: -moz-linear-gradient(top, #ffffff 0%, #e5eaf1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5eaf1)); background: -webkit-linear-gradient(top, #ffffff 0%, #e5eaf1 100%); background: -o-linear-gradient(top, #ffffff 0%, #e5eaf1 100%); background: -ms-linear-gradient(top, #ffffff 0%, #e5eaf1 100%); background: linear-gradient(top, #ffffff 0%, #e5eaf1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5eaf1', GradientType=0 );
}
.qdf_sch { filter /*\**/: none\9 }
#ask_expert .qdf_sch h3 { background:url(../images/qdg-tick.jpg) left -1px no-repeat; padding-left:55px; padding-bottom:18px; font:bold 14px arial; color:#003366; }
.qdf_sch li { float:left; display:block; padding:0 5px; text-align:left; }
.qdf_sch img.small-logo { border:1px solid #111; width:85px; height:auto; margin-top:6px; }
.qdf_sch img.active { border:1px solid #666; width:115px; height:auto; box-shadow:0px 0px 4px #999999; }
.proglist { overflow: hidden; display:block; }
.proglist select { width:350px; }
.footerform { float:right; width:193px; }
.sch_hl { text-align:center; height:198px; overflow:hidden; }
.sch_hl span.select { font:12px/18px tahoma; color:#333; text-shadow:0px 1px 1px #fff; border-radius:4px; position: absolute; width: 135px; border:1px solid #999; padding: 2px 24px 1px 8px; color: #333; font: 12px/21px arial, sans-serif; background:url(../images/select_bg.gif) -38px 0px no-repeat; overflow: hidden; height:21px; }
.sch_hl select { width:170px !important; font:12px tahoma; border:1px solid #999; border-radius:4px; padding:4px 3px; -moz-box-shadow:inset 0px 1px 2px #ccc; -webkit-box-shadow:inset 0px 1px 2px #ccc; box-shadow:inset 0px 1px 2px #ccc; color:#333; overflow:auto; }
.sch_hl select#selw { width:100%; }
.sch_hl select:focus#selw { width/*\**/:auto\9; }
.sch_hl option{width:auto !important;}

.sch_hl .sl img { width:125px; border:2px solid #333; box-shadow:0px 0px 6px #333; padding:4px; margin:20px; }
.tx1 { display:block; text-align:left; padding:0 10px 5px; font:bold 12px Arial, Helvetica, sans-serif; color:#003366; }
#RNLicense{ float:right;}


