/* Overlay */
#smcf-overlay {background-color:#000; display:block; z-index:99999;}

/* Container */
#smcf-container {width:450px; text-align:left; -moz-border-radius:4px; -webkit-border-radius:4px;  display:block}
#smcf-container .smcf-content {background-color:#fff; color:#999; border:1px solid #fff; -moz-box-shadow: 0 0 10px #666; -webkit-box-shadow: 0px 0px 10px #666; box-shadow: 0px 0px 10px #666; -moz-border-radius:8px; -webkit-border-radius:8px; overflow:hidden; padding:0}
#smcf-container .smcf-cc {font-size:.9em; cursor:default;}
#smcf-container h1 {color:#009ED8; background:#fafafa; border-bottom:1px solid #e5e5e5; margin:0; padding:20px 0 6px 12px; font-size:1.2em; text-align:left;  -moz-border-radius-topleft:8px; -webkit-border-top-left-radius:8px; -moz-border-radius-topright:8px; -webkit-border-top-right-radius:8px;}
#smcf-container div.thanks { font-size:10px; color:#565656; font-weight:normal; margin-bottom:10px;}
#smcf-container .smcf-loading {position:absolute; background:url(../img/ajax-loader.gif) no-repeat; z-index:8000; height:55px; width:220px; margin:12px 0 0 115px; padding:0;}
#smcf-container .smcf-message {text-align:center; margin-top:12px;}
#smcf-container .smcf-error {width:100%; font-size:12px; color:#ff0000; border-bottom:1px solid #ffa6a6; border-top:1px solid #ffa6a6; background:#ffd1d1; padding:5px 0 6px 0; margin:0 auto;}
#smcf-container br {clear:both;}
#smcf-container form {padding:0; margin:10px 0 0 30px; text-align:left;}
#smcf-container label {clear:left; display:inline; float:left; width:100px; text-align:right; padding:15px 4px 0 0;}
#smcf-container .smcf-input {width:208px; border:1px solid #e5e5e5; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius.htc); padding:4px 5px 5px 5px; margin:8px 0px 8px 0px; font-size:10px; color:#3899d4; background:#fafafa; }
}
#smcf-container textarea {height:114px; font-size:.9em;}
#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; display:none;}
#smcf-container div.smcf-bottom a:hover {color:#888;}
#smcf-container .smcf-button {margin:4px 0 0 3px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold;  color:#009ED8; text-align:center; vertical-align:middle;}
#smcf-container .smcf-send {width:50px; background:url(../img/send.png) no-repeat;}
#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 {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; right:10px; top:5px; color:#999;}
#smcf-container a.modalCloseX:hover {color:#3899d4;}