/* Styling specific to the Contact Us page (Should be re-usable across websites) */
#formContact div.label {
	width:160px;
	height:22px;
}

#formArea div {
	float:left;
	display:inline;
}

#firstName input[type="text"], #surName input[type="text"] {
	width:100px;
	background:#e2e2e2;
}

#companyAddress div {
	float:none;
	display:block;
	height:auto;
}

#bigInputs input {
	width: 388px;
	background:#e2e2e2;
}

#houseNumber, #postcode, #accountNumber, #title, #firstName, #surName, #foundvals, #businessPosition, #businessName, #businessType, #businessGroup, #businessGroupOther, #businessTypeOther {
	background:#e2e2e2;
}

#businessName, #businessPosition, #businessType, #businessGroup, #businessGroupOther, #businessTypeOther {
	width:349px;
}

#foundvals{
	width: 338px;
}

#companyAddress .companyName {
	font-weight:bold;
}

.fullDiv {
	width:100%;
}

.messageHidden {
	border:1px dashed #AA0204;
	padding:0px;
	margin:0px;
	height:0px;
	line-height:0px;
	visibility:hidden;
}

.messageVisible {
	border:1px dashed #AA0204;
	background:#ebebeb;
	padding:3px 10px;
	margin:8px 10px 20px;
	height:38px;
	line-height:19px;
	color:#AA0204;
	font-weight:bold;
	text-align:center;
}

.title {
	width:75px;
}

.bigCol {
	width: 388px;
}

.invisible {
	visibility: hidden;
}

.smallSpacer {
	clear:both;
	height:2px;
	line-height:2px;
}

.clearCol {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	width:100%;
}

#orText {
	font-weight:bold;
	margin:10px 0px 15px;
}

#comments {
	height:63px;
	background:#e2e2e2;
}

.highlighted {
	background-color:#FFFF99;
}
