#simplex-form {
	background: #3c3c3c;
	color: #fff;
}
#simplex-form h1 {
	color: #fff !important;
}
#simplex-form h2 {
	color: #fff;
}
#simplex-form h2 span{
	color: #999;
}
form#simplexform label {
	color:#fff;
}
form#simplexform input.text, form#simplexform textarea.text, form#simplexform select.text {
	background: #525252;
	color: #e1e1e1;
	border: 1px solid #383838;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.4);
}
form#simplexform input.focus, form#simplexform textarea.focus, form#simplexform select.focus {
	background: #414344;
}
select.focus, select.optcolors {
	 color: #e1e1e1;
}
form#simplexform .addfile {
	background: #83a25d;
	border: none;
}
form#simplexform .addfile:hover {
	background: #738f50;
}
form#simplexform div.submitbtn {
	background: #2b2b2b;
	padding: 25px;
}
form#simplexform #submit {
	background:#b6c139;
	color: #fff;
	border-bottom: 2px solid #99a230;
}
form#simplexform span.error-default {
	background: #1A1818;
	color: #fff;
}
form#simplexform span.error-default:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;	
	border-top: 7px solid #1A1818;
}
form#simplexform span.error-slick {
	background: url(../images/error-icons.png) bottom left no-repeat;
}
h3 span.success {
	background:url(../images/success-icons.png) top center no-repeat;
}
div#result .message {
	background: #46A376;
	color: #fff;
	border-bottom: 2px solid #41966D;
}