div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

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;
background:#fff;
}

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: 280px;
	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;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}
#thecontactform .clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}



/* --- forms --- */

#thecontactform .row {
		clear: both;
		padding-top: 3px;
		}

#thecontactform form {
		margin-bottom: 1em;
	
		}
		
#thecontactform fieldset {
		margin-bottom: 10px;
		padding: 10px;
		border: 1px dotted #fff;
		}		

#thecontactform legend {
		padding: 0 10px;
		background: #000;
		text-transform: uppercase;
		color: #fff;
		font-size: 1.0em;
		
		}

#thecontactform .formLabel, #thecontactform Label  {
		font-size: 1.1em;
		line-height: 1.6em;
		text-align: right;
		margin-right: 10px;
		width: 120px;
		float: left;
		}

#thecontactform .formControl {
		float: left;
		width: 326px;
		}
		
#thecontactform input, #thecontactform textarea {
		border: 1px solid #666666;
		padding: 1px;
		font: 1em;
		}	
		
#thecontactform input {
		font-size: 1.1em;
		width: 322px;
		}			

#thecontactform textarea {
		width: 322px;
		
			
		}
		
		
#thecontactform .submitButton {
		background:#FF0000;
		font: bold 1.0em;
		padding: 5px 30px;
		width: auto;
		color:#FFFFFF;
float:right;
		}		
		
	#thecontactform	#address {
		width: 322px;
		}
		
		#thecontactform {
	width:519px;
		
		height:490px;
		/*background:url(/wp-content/themes/Acolours/images/contact-form-bg.png) top center no-repeat;*/
		padding:10px;
		padding-top:40px;
		padding-left:50px;
		}
		
		
		#thecap {
		font-size: 1.2em;
		width: 100px;
		}	


#thecapimg {
margin-left:130px;
}