/* Overlay */
#smcf-overlay {
	background-color:#000;
/*	cursor: not-allowed;*/
}
/* Container */

#smcf-container {
	width:450px;
	font-family:'Trebuchet MS', Verdana, Arial;
	font-size:16px;
	text-align:left;

}
#smcf-container .smcf-content{
	color:#ddd;
	background-image: url(/resources/somedayTheme/images/forms/tileForm1.jpg);
	background-repeat: repeat-y;
	height:172px;
	width: 450px;
}

#smcf-container .content2   {
	background-image: url(/resources/somedayTheme/images/forms/bottomImageForm1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height:100%;

}

#smcf-container .smcf-cc {
	font-size:.9em;
}
#smcf-container h1 {
	color:#FFF;
	margin:0;
	padding:0 0 6px 12px;
	font-size:1.2em;
	text-align:left;
}
#smcf-container .smcf-loading {
	position:absolute;
	z-index:8000;
	height:103px;
	width:98px;
	padding:0;
	background-image: url(/resources/somedayTheme/images/forms/loading.gif);
	background-repeat: no-repeat;
	margin-top: -14px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
}
#smcf-container .smcf-message {
	text-align:center;
	font-weight: bold;

}
#smcf-container .smcf-error {
	width:92%;
	font-size:.8em;
	background:#2b3e43;
	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:2px;
	margin:2px;
		border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #162326;
	border-right-color: #485a5f;
	border-bottom-color: #79868a;
	border-left-color: #1b2b30;
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
	font-size:0.9em;
	background-color: #96a0a3;
	background-image: url(/resources/somedayTheme/images/forms/inputBoxesBg.jpg);
	background-repeat: repeat-y;
}
#smcf-container textarea {
	height:114px;
	font-size:.9em;
}
#smcf-container div.smcf-top {
	height:6px;
	width: 450px;
	background:url(/resources/somedayTheme/images/forms/topForm1.jpg) no-repeat;
	padding:0;
	margin:0;
}
#smcf-container div.smcf-bottom {
	height:13px;
	background:url(/resources/somedayTheme/images/forms/bottomForm1.jpg) no-repeat;
	font-size:.7em;
	text-align:center;
	width: 450px;
}
#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  {
	color: #000;
	background-color: #617178;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #79868a;
	border-right-color: #1b2b30;
	border-bottom-color: #162326;
	border-left-color: #485a5f;
	padding-right: 10px;
	background-image: url(/resources/somedayTheme/images/forms/formButtonBk.jpg);
	background-repeat: repeat-x;	

	
}
/*
#smcf-container .smcf-button {
	margin:4px 0 0 4px;
	cursor:pointer;
	height:24px;
	border:0;
	font-size:1em;
	font-weight:bold;
	color:#fff;
	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;
}*/

.simplemodal-container{width:450px;}


#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;
	text-align: right;
	color:#999;
	width:442px;
		outline:none;
}
#smcf-container a.modalCloseX:hover {
	color:#9bb3b3;
}
