/* Overlay */
#smcf-overlay {
	background-color:#000;
	cursor: default; /*cursor:wait;*/
}

/* Container */
#smcf-container {
	width:450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}

#smcf-container .smcf-content {
	background-color:#333;
	color:#ddd;
	height:40px;
	padding-left: 12px;
}

#smcf-container .smcf-cc {
	font-size:.9em;
	cursor:default;
}

#smcf-container h1 {
	color:#CFD192;
	font-size:1.1em;
	font-weight: bold;
	margin:0;
	padding:0 0 10px 0;
	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;
	width: 170px;
	float: left;
}

#smcf-container label {
	clear:left;
	float: left;
	display:block;
	width: 40px;
	text-align:right;
	margin-bottom: 5px;
	font-weight:bold;
	font-size: 0.9em;
}

#smcf-container .smcf-input {
	float:left;
	clear: both;
	padding:2px;
	margin:2px;
	margin-bottom: 10px;
	background:#eee;
	border:1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	font-size:.9em;
}

#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-left: 2px;
	margin-top: 4px;
	cursor:pointer;
	height:24px;
	border:0;
	font-size:0.8em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	float: left;
}

#smcf-container .smcf-send {
	width:50px;
	background:url(../img/send.png) no-repeat;
	clear: left;
}

#smcf-container .smcf-cancel {
	width:65px;
	margin-left: 10px;
	background:url(../img/cancel.png) no-repeat;
}

#smcf-container .message {
	color:#FFFFFF;
	float:left;
	font-size:0.9em;
	margin-left:10px;
	width:235px;
display: none;
}

#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:8px;
	color:#999;
}

#smcf-container a.modalCloseX:hover {
	color:#9bb3b3;
}

