div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	clear:both;
}

div.wpcf7-mail-sent-ok {
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 265px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .placeheld {
	color: #888;
}




#simplr-form {
	padding:10px 5px;
	margin:10px; 
	text-align:left;	
}

#simplr-form h3 {
	width: 50%;
}

#simplr-form label {
	float:left; 
	display:block; 
	margin-right: 10px; 
	width: auto;
	color:#7c7c7c;
	font-size:13px;
	min-width:170px;
}

#simplr-form .date label {
	clear:both;
}

#simplr-message {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding:10px;
	width:90%;
	margin:10px 5px; 
}

.simplr-message {
	margin:5px 0; 
	padding:5px 10px; 
	font-size:12px; 
	border-radius: 6px; 
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	opacity:0.7;
}

.success { 
	background: #DFF2BF; 
	color:#4F8A10; 
	border-color: #4F8A10;
}

.error { 
	background: #FFBABA; 
	color: #D8000C;
	border-color: #D8000C; 
}

form .error {
	min-height:50px;
}

.simplr-field,.option-field {
	margin:5px 0; 
	display: block; 
	padding-left:5px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
} 

.simplr-field .left {color: #000;}
.simplr-field .required {color:red;}

#simplr-form input {
	width:470px; 
	margin: 0 0 5px 0;
	border: 1px solid #ddd;
	background: #fafafa;
}

#simplr-form input[type=text] {
	padding: 5px;
	float:left;
	background: #fafafa;

}

#simplr-form input[type=text]:focus {
	background: #fff;
}

input[type="password"] { 
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  padding: 5px;
}

#simplt-form label {
	width:90%;
	clear:both;
	display:block;
	margin:5px; 
}

#simplr-form textarea {
	margin:5px 0 10px 0px; 
	display: block;
	width:470px;
		padding: 5px;
	background: #fafafa;
}

#simplr-form .submit {
	clear:both;
	float:left;
	margin-right:9%;
		padding-left:5px;
}

#simplr-form input[type=radio],
#simplr-form input[type=checkbox] { 
	display: inline; 
	margin: 0px 5px; 
	width:auto; 
}

#simplr-form input[type=submit] {
	width:87px;
	float:right;
	height:37px;
	border: 1px solid #fcd663; 
	color: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: linear-gradient(bottom, #febb02 40%, #febb02 75%, #ffa210 89%);
	background-image: -o-linear-gradient(bottom, #febb02 40%, #febb02 75%, #ffa210 89%);
	background-image: -moz-linear-gradient(bottom, #febb02 40%, #febb02 75%, #ffa210 89%);
	background-image: -webkit-linear-gradient(bottom, #febb02 40%, #febb02 75%, #ffa210 89%);
	background-image: -ms-linear-gradient(bottom, #febb02 40%, #febb02 75%, #ffa210 89%);
	
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.4, #ffa210),
	color-stop(0.75, #ffa210),
	color-stop(0.89, #ffa210)
	);
	margin:5px 213px 10px 0px;
	
}
#simplr-form input[type=submit]:hover {
	color:#eee;
	cursor: pointer;
	background-image: linear-gradient(, #219473 40%, #338C71 75%, #2A8065 87%);
	background-image: -o-linear-gradient(, #219473 40%, #338C71 75%, #2A8065 87%);
	background-image: -moz-linear-gradient(, #219473 40%, #338C71 75%, #2A8065 87%);
	background-image: -webkit-linear-gradient(, #219473 40%, #338C71 75%, #2A8065 87%);
	background-image: -ms-linear-gradient(, #219473 40%, #338C71 75%, #2A8065 87%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left top,
		color-stop(0.4, #219473),
		color-stop(0.75, #338C71),
		color-stop(0.87, #2A8065)
	);
	
}

#simplr-form input[type=submit]:active {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
}

form#add-field {
	margin:10px 0;
	padding:10px;
	background: #fff;
	border:1px solid #eee;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

form#add-field .option-field {
	clear:both;
	margin:10px 0;
	padding: 10px 0;
}

form#add-field label {
	width:200px;
	display: block;
	font-weight: bold;
	margin: 5px 0;
}

form#add-field input[type=text] {
	width: 300px;
}

form#add-field input[type='checkbox'] {
	width: 20px;
}

form#add-field .form-comment {
	clear:both;
	color: #999;
	font-size: 11px;
	font-style: italic;
}

form#add-field #choices {
	background:#f7f7f7;
	border: 1px solid #eee;
	padding: 0 10px;
}

#simplr-sub-nav {
	margin: 5px 0 10px 0;
	padding: 5px;
}

.add-field-button {
	margin-right:5px;
}

#recaptcha_widget_div {
	margin: 0 0 20px;
	padding: 5px;
	margin: 5px;
	border:1px solid #eee;
	background: #f7f7f7;
	width: 325px;
}

#recaptcha_table label {
	float:none;
}

.fb-button {
	float: right;
	font-family: "Helvetica", Arial, sans-serif;
	clear:both;
	margin:-10px 55px 5px 0;
	background: #f7f7f7;
	border: 1px solid #8b9dc3;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	font-size: 12px;
	display: block;
	padding: 2px 10px;
	color: #3b5998;
}

.fb-button img {
	width: 155px;
	margin-left:10px;
}

.simplr-clr {
	clear:both;
}

p.description,span.description {
	color:#999;
	font-style: italic;
	font-size: 0.9em;
}

p.description {
	clear:both;
	margin: 5px 0;
}

.career_form
{
width:450px;
float:left;
margin:0px;
padding:0px;
border:none !important;}
.career_form tr
{
	background:none !important;
	box-shadow:none !important;
	border:none !important;
}
.career_form tr:hover
{
	background:none !important;
	box-shadow:none !important;
	border:none !important;
	color:#000 !important;
}
.career_form tr:hover td
{
	background:none !important;
	color:#000 !important;
	}
.career_form tr td
{
	background:none !important;
	box-shadow:none !important;
	border:none !important;
	vertical-align:middle;
}
.career_form tr td input
{
width:230px;
height:25px;
float:left;
margin:10px 0;
padding:0px;
border:1px solid;
border-color: #E1E1E1;
color: #8D8D8D;}
.career_form tr td select
{
float: left;
height: 25px;
margin:10px 0;
padding: 2px 0 0;
width: 230px;
border:1px solid;
border-color: #E1E1E1;
color: #8D8D8D;}
.career_form tr td textarea
{
width:230px;
float:left;
margin:10px 0;
padding:0px;
height:70px;
border:1px solid;
border-color: #E1E1E1;
color: #8D8D8D;}
.career_form tr td input[type="submit"]
{
background-color: #719430;
border-color: #719430;
color: #FFFFFF;
cursor: pointer;
height: 32px;
width: 100px;}
.career_form tr td input[type="file"]
{
border:none;}
select, .ajax_form .select, .entry-content select, .mobileMenu
{
	background-image:none !important;
	}
	
.menu_bg {background: #060; margin-left:11%; margin-right:11%;}