div.wpcf7 {
	margin: 0;
	padding: 0;
}

.ContactForm {
	border-bottom: 1px solid #a0a0a0;
	padding: 0 0 12px;
	margin: 0 0 16px;
}

.ContactForm h2 {
    color: #00aeef;
    font-weight: 400;
    margin: 8px 0 24px;
}

.ContactForm .contact_grid {
	margin-left: -20px;
}
.ContactForm .contact_grid .contact_row {
	margin: 0 0 20px 20px;
	float: left;
	width: 23%;
}
.ContactForm .contact_grid .contact_row input[type="text"],
.ContactForm .contact_grid .contact_row input[type="email"] {
	background: transparent;
	border: 1px solid #FFF;
	padding: 16px;
	color: #c0c0c0;
	font-size: 16px;
}
.ContactForm .contact_grid .contact_row input.emailaddress {
	background: url(images/email.png) 92% center no-repeat;
}
.ContactForm .contact_grid .contact_row input.location {
	background: url(images/location.png) 92% center no-repeat;
}
.ContactForm .contact_grid .contact_row input.dateofbirth {
	background: url(images/date_of_birth.png) 92% center no-repeat;
}
.ContactForm .contact_grid .contact_row input[type="text"]:focus,
.ContactForm .contact_grid .contact_row input[type="email"]:focus {
	color: #FFF;
}
.ContactForm .contact_grid .contact_row input[type="submit"] {
	width: 65%;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

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 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}