/* ENQUIRIES.css */
#Enquiries {
	width: 640px;
}

div.formarea {
	width: 640px;
}
div.formarea div.leftEnquiryForm {
	float:left;
	border-right:1px dashed #000;
	padding-right:9px;
	width:310px;
}
div.formarea div.rightEnquiryForm {
	float:left;
	padding-left:10px;
	width:310px;
}

div.formarea div.label p {
	font-size:0.7em;
	margin-bottom:1px;
}


/* title */
div.title {
	float:left;
	padding-right:4px;
	width:54px;
}
div.title div.label {
	width:54px;
}
div.title div.value {
	width:54px;
}
div.title div.value input {
	width:50px;
}

/* forename */
div.forename {
	float:left;
	padding-right:4px;
	width:124px;
}
div.forename div.label {
	width:124px;
}
div.forename div.value {
	width:124px;
}
div.forename div.value input {
	width:120px;
}

/* surname */
div.surname {
	float:left;
	width:124px;
}
div.surname div.label {
	width:124px;
}
div.surname div.value {
	width:124px;
}
div.surname div.value input {
	width:120px;
}

/* organisation */
div.organisation {
	margin-top:5px;
	width:310px;
}
div.organisation div.label, div.organisation div.value {
	width:310px;
}
div.organisation div.value input {
	width:306px;
}

/* address 1 */
div.address1 {
	margin-top:5px;
	width:310px;
}
div.address1 div.label, div.address1 div.value {
	width:310px;
}
div.address1 div.value input {
	width:306px;
}

/* address 2 & address 3 & address 4 */
div.address2, div.address3, div.address4 {
	width:310px;
}
div.address2 div.label, div.address3 div.label, div.address4 div.label {
	display:none;
}
div.address2 div.value, div.address3 div.value, div.address4 div.value {
	width:310px;
}
div.address2 div.value input, div.address3 div.value input, div.address4 div.value input {
	width:306px;
}

/* address 5 */
div.address5 {
	float:left;
	padding-right:4px;
	width:153px;
}
div.address5 div.label {
	display:none;
}
div.address5 div.value {
	width:153px;
}
div.address5 div.value input {
	width:149px;
}


/* postcode */
div.postcode {
	float:left;
	width:153px;
}
div.postcode div.label {
	float:left;
	margin-top:3px;
	margin-right:5px;
	text-align:right;
	width:74px;
}
div.postcode div.value {
	float:left;
	width:74px;
}
div.postcode div.value input {
	width:70px;
}

/* telephoneLeft / telephoneRight */
div.telephoneLeft {
	float:left;
	margin-top:5px;
	padding-right:4px;
	width:153px;
}
div.telephoneRight {
	float:left;
	margin-top:5px;
	width:153px;
}
div.telephoneLeft div.label, div.telephoneRight div.label {
	width:153px;
}
div.telephoneLeft div.value, div.telephoneRight div.value {
	width:153px;
}
div.telephoneLeft div.value input, div.telephoneRight div.value input {
	width:149px;
}


/* email */
div.email {
	margin-top:5px;
	width:310px;
}
div.email div.label, div.email div.value {
	width:310px;
}
div.email div.value input {
	width:306px;
}

/* organ */
div.organ {
	width:310px;
}
div.organ div.label {
	width:310px;
}
div.organ div.value {
	width:310px;
}
div.organ div.value input {
	width:306px;
}

/* departments */
div.departments {
	float:left;
	margin-top:5px;
	padding-right:4px;
	width:153px;
}
div.departments div.label {
	width:153px;
}
div.departments div.value {
	width:153px;
}
div.departments div.value input {
	width:149px;
}

/* stops */
div.stops {
	float:left;
	margin-top:5px;
	width:153px;
}
div.stops div.label {
	width:153px;
}
div.stops div.value {
	width:153px;
}
div.stops div.value input {
	width:149px;
}

/* comments */
div.comments {
	margin-top:5px;
	width:310px;
}
div.comments div.label {
	width:310px;
}
div.comments div.value {
	width:310px;
}
div.comments div.value textarea {
	height:171px;
	width:308px;
}

/* security */
div.security {
	margin-top:6px;
	width:310px;
}
div.security div.swzImgSec div.image {
	float:right;
	padding-right:10px;
	width:120px;
}
div.security div.swzImgSec div.inputarea {
	float:right;
	width:180px;
}
div.security div.swzImgSec div.description {
	font-size:0.7em;
	padding:0 4px 3px 1px;
}
div.security div.swzImgSec div.value input.scode {
	width:176px;
}



/* submit */
div.submit {
	text-align:center;
	width: 640px;
}


/* ===================================== */
/* CSS for Error Message */
#ErrorMessageText {
	color:#FF0000;
	margin-bottom:30px;
}
#ErrorMessageText p {
	font-size:0.7em;
	margin-bottom:10px;
}
#ErrorMessageText ul {
	margin-bottom:8px;
}
#ErrorMessageText li {
	font-size:0.7em;
	line-height:1.3em;
	margin-bottom:0;
}





