/* Overlay */
#smcf-overlay {background-color:#000; cursor:wait;}

/* Container */
#smcf-container {width:650px; font-family: Arial; font-size:16px; text-align:left;}
#smcf-container .smcf-content {background-color:#550C3D; color:#FFF; height:40px;}
#smcf-container .smcf-cc {font-size:.9em; cursor:default;}
#smcf-container h1 {color:#d76300; margin:0; padding:0 0 6px 12px; font-size:1.2em; text-align:left;}
#smcf-container .smcf-loading {position:absolute; font-size:25px; z-index:8000; height:55px; width:250px; margin:30px 0 0 170px; padding:0;}
#smcf-container .smcf-message {margin:0 170px 0 85px;text-align:left;width:356px;}
#smcf-container .smcf-error {width:80%; font-size:.8em; background:#000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto;}
#smcf-container br {clear:both;}
#smcf-container form {padding: 0; margin:0 0 0 62px;}
#smcf-container label {clear:left; display:block; float:left; text-align:left; padding-right:4px; margin:20px 0 5px;}
#smcf-container .smcf-input {color:#FFFFFF;float:left; padding:2px; margin:2px; background:#41092F none repeat scroll 0 0; border:1px solid #731D2F; font-family: Arial; width:300px; font-size:22px;}
#smcf-container textarea {height:114px; font-size:.9em;}
#smcf-container div.smcf-top {height:13px; background:url(../img/form_top.gif) no-repeat; padding:0; margin:0;}
#smcf-container div.smcf-bottom {height:13px; background:url(../img/form_bottom.gif) no-repeat; font-size:.7em; text-align:center;}
#smcf-container div.smcf-bottom a,
#smcf-container div.smcf-bottom a:link,
#smcf-container div.smcf-bottom a:active,
#smcf-container div.smcf-bottom a:visited {position:relative; top:-6px; text-decoration:none; color:#666;}
#smcf-container div.smcf-bottom a:hover {color:#888;}
#smcf-container .smcf-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
#smcf-container .smcf-send {width:140px; height:61px; background:url(../img/send_button.png) no-repeat;margin:0 0 0 -20px;}
#smcf-container .smcf-cancel {width:65px; background:url(../img/cancel.png) no-repeat;}
#smcf-container a.modalCloseX,
#smcf-container a.modalCloseX:link,
#smcf-container a.modalCloseX:active,
#smcf-container a.modalCloseX:visited {cursor:pointer; text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:20px; right:20px; color:#999; display: block; width:35px; height:35px; background: url(../img/exit_button.png) no-repeat;}
#smcf-container a.modalCloseX:hover {color:#9bb3b3;}
#smcf-container input.smcf-input {
    width:376px;
    height:40px;
    line-height:40px;
}
#smcf-container textarea.smcf-input {
    width:502px;
    height:180px;
    overflow: auto;
}
#smcf-container .thx_big{
    font-family: Arial;
    font-size: 30px;
    margin-bottom:15px;
}