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

/* Container */
#smcf-container {width:470px; font-family:'Trebuchet MS', Verdana, Arial; font-size:15px; text-align:left;}
#smcf-container .smcf-content {background: #fff url(../img/form_bac.gif); color:#00o; height:40px;}
#smcf-container .smcf-cc {font-size:.9em; cursor:default;}
#smcf-container h1 {color:#344504; 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:#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:100px; float:left; text-align:right; padding-right:4px; font-weight:bold;}
#smcf-container .smcf-input {float:left; padding:4px; margin:2px; background:url(../img/borde.gif) no-repeat; border:2px solid #75bb03; font-family:'Trebuchet MS', Verdana, Arial; width:254px; height:20px; font-size:.9em;}
#smcf-container .smcf-text { float:left; padding:4px; margin:2px; background:url(../img/textborde.gif) no-repeat; width:257px; border:2px solid #75bb03; padding:8px; margin:2px;}
#smcf-container textarea {height:114px; font-size:.9em;}
#smcf-container div.smcf-top {height:70px; background: #fff url(../img/form_to.gif); padding:0; margin:0;}
#smcf-container div.smcf-bottom {height:68px; background: #fff url(../img/botto.gif) ; font-size:.1em; 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 4px 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:normal; color:#fff; text-align:center; vertical-align:middle;}
#smcf-container .smcf-send {width:auto; height:27px; padding: 0px 5px 4px 5px; background: #75bb03  no-repeat; -moz-border-radius: 7px;
                       -webkit-border-radius: 7px; position:absolute; z-index:1; margin-right:5px;}
											 
#smcf-container .smcf-cancel {width:auto; height:27px; padding: 0px 5px 4px 5px; background: #75bb03 no-repeat; -moz-border-radius: 7px;
                       -webkit-border-radius: 7px; position:absolute; z-index:1; margin-left: 110px}
#smcf-container a.modalCloseX,
#smcf-container a.modalCloseX:link,
#smcf-container a.modalCloseX:active,
#smcf-container a.modalCloseX:visited {text-decoration:none; width:24px; height:24px; background:  url(../img/sluit.gif)no-repeat; font-weight:bold; font-size:1.2em; position:absolute; right:8px; color:#999;}
#smcf-container a.modalCloseX:hover {color:#9bb3b3;}