#qcontacts {
margin:10px 0;
}
/* This changes the font size on the Contact Form for the address */
address {
	font-style:normal;
	margin:10px 0;
	font-size: 15px
}
#contact-name {
	font-size: 150%;
	font-weight: bold;
}
#contact-position {
	font-size: 115%;
	font-style: italic;
}
#contact-image {
		
}
.aright {
	float: right;
	margin-right: 25%;
}
.aleft {
	float: left;
	padding: 5px 25px 25px 0;
}
/* This gives the address a margin */
/* ontacts #contact-address p {
	margin-left: 5px;
}*/
#qcontacts #contact-address p {
	margin-left: 0px;
}

#qcontacts p {
	line-height:1em;
	margin: 3px 0 3px 0;
	padding: 0;
}
/*#emailForm {
	margin-top: 15px;
}*/

#emailForm {
	margin-top: 15px;
	font-size: 15px;
}
/*.contact-other {
	margin-bottom: 3px;
}*/

/* This increases the font size of the Telephone section */
.contact-other {
	margin-bottom: 3px;
	font-size: 15px;
}
#qcontacts label {
	display:block;
}
#qcontacts label.chkbox {
	display:inline;
}
#qcontacts input.chkbox {
	display:inline;
	margin-bottom: 0;
}
/* This changes the colour of the required filed on the contacts form to orange. */
#qcontacts label.required {
	color:#FF7601;
}
#qcontacts select {
	display: block;
}

span.marker {
margin:0 10px 0 0;
}

div.marker {
	float:left;
	padding-top: 1px;
}
.wtext {
	width:85px;
}
.wicon {
	width: 25px;
}

#qcontacts input, #qcontacts textarea, #qcontacts select, #qcontacts .fld-wrap {
	/*display: block;*/
	margin-bottom: 6px;
}
#qcontacts input.radio {
	display: inline;
	margin-bottom: 0;
}
#qcontacts .contact-button {
	display: block;
	margin-top: 10px;
}

label.textarea {
	margin:7px 0;
	display:block;
}

/* #qcontacts-error {
	border: 1px solid #ff0000;
	margin-top: 12px;
	width: 300px;
	padding: 3px;
	text-align: center;
	font-weight: bold;
} */

#qcontacts-error {
background:#FFD5D5 none repeat scroll 0 0;
border:2px solid #FFACAD;
color:#D44849;
display:block;
list-style-type:none;
margin:0 0;
padding:8px 10px 10px 1px;
text-align:center;
font-size:30px;
}

#captcha-img {
	margin-top: 6px;
}
div.separator {
	margin-bottom: 6px;
}
