.emailForm {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index: 1;
	position: relative;
	top: -240px;
	margin: 0;
	padding: 0 10px;
}

div.wpcf7Before {
	margin: 0;
	padding: 10px;
	background: #0a103c;
	border: 5px solid #0a103c;
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;  
	-khtml-border-radius: 10px;
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	-khtml-opacity: .3;
	opacity: .3;
	z-index: 99999;
	width: 300px;
	height: 400px;
}
div.wpcf7 {
	margin: 0;
	padding: 0;
}
	
div.wpcf7 input, div.wpcf7 textarea {
	background: #364770;
	color: #FFF;
	border: 1px solid #a1add5;
	padding: 5px;
	margin-top: 0;
}

div.wpcf7 input {
	float: right;
	margin: 5px 0;
}

div.wpcf7 textarea {
	margin: 5px 0;
	width: 284px;
	height: 100px;
	}

div.wpcf7-response-output {
	width: 285px;
	margin-top: 20px;
	font-size: 14px;
}

div.wpcf7-mail-sent-ok {
	font-size: 18px; 
	font-weight: bold;
	color: #FFF;
}

div.wpcf7-mail-sent-ng {
	margin-top: 20px;
	color: #e9e83c;
	width: 285px;
}

div.wpcf7-spam-blocked {
	width: 285px;
}

div.wpcf7-validation-errors {
	margin-top: 20px;
	color: #e9e83c;
	width: 285px;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 100;
	background: #afaf2d;
	border: 1px solid #e9e83c;
	width: 285px;
	padding: 3px 4px 3px 5px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}
