/* ddPopup CSS */

p { margin: 0 0 1.3em 0; }

div#dd_overlay { position: absolute; left: 0; width: 100%; background-color: #000; top: 0; height: 100%; cursor: pointer; }
div#dd_contents { overflow: auto; background-color: #000; position: absolute; left: 50%; visibility: hidden; margin-left: -50%; opacity: 0; }

/* content styles */

#ddPopupLayer { background-color: #707070; height: auto; width: auto; visibility: visible; padding: 9px; border: 1px solid #efefef;; }

#ddPopupLayer a,
#ddPopupLayer a:visited { color: #E6BD4D; text-decoration: none; }
#ddPopupLayer a:hover { color: #fff; text-decoration: underline; }

.ddPopupBody { color: #731a1a; background-color: #000; margin-top: 0; margin-bottom: 0; padding: 20px; }

#ddPopupFooter { background-color: #3C3C3C; padding: 6px; border-top: 1px solid #666; }
#ddPopupFooter a { font-weight: bold; }


.popup-form { margin-bottom: .8em; }

.popup-form input,
.popup-form select,
.popup-form textarea { border: none; }

.popup-form input,
.popup-form textarea { padding: 2px; }

.popup-form label { width: 95px; margin-left: -100px; float: left; }
.popup-form p.row { padding-left: 100px; margin-bottom: 5px; }



/* FAQ specific */
#faqAcc { width: 420px; }
#faqAcc .toggler { margin: 3px 0 3px 0; padding: 0; cursor: pointer; }
#faqAcc .toggler .step-num { font-size: 13px; }
#faqAcc .element { position: static; top: 0; width: auto; margin: 0; padding: 10px 10px 10px 26px; }
#faqAcc p { margin: 5px 0; }


/*.mb_loading {
background: #DDD url(../images/moodal/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../images/moodal/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}*/
