@charset "utf-8";
/* Overlay */
#smcf-overlay {background-color:#000; cursor:wait;}

/* Container */
#smcf-container {width:450px; font-family: Arial; font-size:13px; text-align:left; height:600px;}
#smcf-container .smcf-content {background-color:#333; color:#ddd; height:600px;}
#smcf-container .smcf-cc {font-size:.8em; cursor:default;}
#smcf-cc {margin-top:4px}
#smcf-container h1 {color:#fff; margin:0; margin-bottom:5px; padding:0 0 6px 12px; font-size:1em; text-align:center;}
#smcf-container .smcf-loading {position:absolute; background:url(../img/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-9px 0 0 170px; padding:0;}
#smcf-container .smcf-message {text-align:center;}
#smcf-container .smcf-error {width:92%; 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;}
#smcf-container label {clear:left; display:block; width:80px; float:left; text-align:right; padding-right:4px; font-weight:bold; font-size:.9em}
#smcf-container .smcf-input {float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; font-family: Arial; width:300px; font-size:.9em}
#smcf-container .smcf-input:focus, #smcf-container textarea:focus {background-color:#ffffdc} 
#smcf-container textarea {height:100px; 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:.6em; color:#333; 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:#fff;}
#smcf-container div.smcf-bottom a:hover {color:#fff;}
#smcf-container .smcf-button {margin:4px 0 0 0; cursor:pointer; height:24px; width:90px; border:0;  font-weight:bold; text-align:center; line-height:24px; vertical-align:middle;}
#smcf-container .smcf-send, #smcf-container .smcf-cancel {background:url(../img/send.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-size:0.7em; position:absolute; right:18px; color:#999;}
#smcf-container a.modalCloseX:hover {color:#9bb3b3;}