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

/* Container */
#smcf-container {min-width:500px; min-height:400px; font-family:'Arial', Verdana, sans-serif; font-size:1em; text-align:left; background-color: #fbfbfb; border: 1px solid #e5e5e6;
	border-radius: .4em;
	 -moz-border-radius: .4em;
	 -webkit-border-radius: .4em;
}
#smcf-container .smcf-content {background-color:#fbfbfb; color:#2b2b2b; height:40px; padding:15px;}
#smcf-container .smcf-cc {font-size:.9em; cursor:default;}
#smcf-container h1 h2 h3 h4 h5 { font-family:'Arial', Verdana, sans-serif; color:#423526; margin:0; padding:0 0 6px 12px; font-size:1.2em; text-align:left;}
#smcf-container .smcf-loading {position:absolute; background:url(../img/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
#smcf-container .smcf-message {text-align:center;}
#smcf-container .smcf-error {width:92%; font-size:.8em; background:#fbfbfb; border:1px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto;}
#smcf-container br {clear:both;}
#smcf-container form {padding:0; margin:10px;}
#smcf-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:normal;}
#smcf-container .smcf-input {float:left; padding:2px; margin:2px; background:#eee; border: 1px solid #e5e5e6;
	border-radius: .4em;
	 -moz-border-radius: .4em;
	 -webkit-border-radius: .4em; font-family:'Arial', Verdana, sans-serif; width:300px; font-size:1em;}
#smcf-container textarea {height:114px; font-size:.9em;}
#smcf-container div.smcf-bottom { background-color:#fbfbfb; font-size:.7em; text-align:center; padding-top:10px; margin:15px 10px 0px 10px; border: 1px solid #e5e5e6;
	border-radius: .4em;
	 -moz-border-radius: .4em;
	 -webkit-border-radius: .4em;}
#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:normal; color:#fff; text-align:left; vertical-align:middle;}
#smcf-container .smcf-send {width:65px; background:url(../img/cancel.png) no-repeat;}
#smcf-container .smcf-cancel {width:65px; background:url(../img/cancel.png) no-repeat;}
#smcf-container .smcf-button:hover {border: 1px solid #2b2b2b; border-radius: .4em;
	 -moz-border-radius: .4em;
	 -webkit-border-radius: .4em; }
#smcf-container a.modalCloseX,
#smcf-container a.modalCloseX:link,
#smcf-container a.modalCloseX:active,
#smcf-container a.modalCloseX:visited { background: transparent url(../img/x_btn.png) repeat-x; background-attachment:scroll; background-position:0% 0%; position:absolute; display:block; height:36px; width:36px; top:-10px; right:-18px; text-indent:-9999px;}
#smcf-container a.modalCloseX:hover { background: transparent url(../img/x_btn_hover.png) repeat-x; background-attachment:scroll; background-position:0% 0%; position:absolute; display:block; height:36px; width:36px; top:-10px; right:-18px; text-indent:-9999px;}