.leftColumn form
{
	margin-left:40px;
	margin-top:10px;
	width:360px;
}


/* title */
div.title {
	float:left;
	padding-right:4px;
	width:64px;
}
div.title div.label {
	width:64px;
}
div.title div.value {
	width:64px;
}
div.title div.value input {
	width:60px;
}

/* forename */
div.forename {
	float:left;
	padding-right:4px;
	width:144px;
}
div.forename div.label {
	width:144px;
}
div.forename div.value {
	width:144px;
}
div.forename div.value input {
	width:140px;
}

/* surname */
div.surname {
	float:left;
	width:144px;
}
div.surname div.label {
	width:144px;
}
div.surname div.value {
	width:144px;
}
div.surname div.value input {
	width:140px;
}

/* organisation */
div.company {
	margin-top:5px;
	width:360px;
}
div.company div.label, div.company div.value {
	width:360px;
}
div.company div.value input {
	width:356px;
}

/* address 1 */
div.address1 {
	margin-top:5px;
	width:360px;
}
div.address1 div.label, div.address1 div.value {
	width:360px;
}
div.address1 div.value input {
	width:356px;
}

/* address 2 & address 3 & address 4 */
div.address2, div.address3, div.address4 {
	width:360px;
}
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:360px;
}
div.address2 div.value input, div.address3 div.value input, div.address4 div.value input {
	width:356px;
}


/* postcode */
div.postcode {
	float:left;
	width:177px;
	text-align:left;
	
}
div.postcode div.label {
	float:left;
	margin-top:3px;
	margin-right:6px;
	
}
div.postcode div.value {
	float:left;
}
div.postcode div.value input {
	width:110px;
}

/* telephoneLeft / telephoneRight */
div.telephone {
	float:left;
	width:182px;
	
}
div.telephone div.label
{
	margin-right:6px;
	margin-top:3px;
	float:left;
}
div.telephone div.value
{
	
}
div.telephone div.value input
{
	width:106px;
}

* html div.telephone div.value input
{ 
	width:103px;
} 


/*FAX*/

div.fax
{
	margin-top:5px;
	width:360px;
}

div.fax div.value
{
	width:360px;
}
div.fax div.value input
{
	width:356px;
}

/* email */
div.email {
	margin-top:5px;
	width:360px;
}
div.email div.label, div.email div.value
{
	width:360px;
}
div.email div.value input
{
	width:356px;
}



/* subject */
div.subject {
	width:365px;
}
div.subject div.label {
	width:365px;
}
div.subject div.value {
	width:365px;
}
div.subject div.value input {
	width:361px;
}

/* comments */
div.comments {
	margin-top:5px;
	width:365px;
}
div.comments div.label {
	width:365px;
}
div.comments div.value {
	width:365px;
}
div.comments div.value textarea {
	height:220px;
	width:360px;
}

/* submit */
div.submit {
}


/* ===================================== */
/* CSS for Error Message */
div.errorText {
	color:#851C21;
}
div.errorText p {
	font-size:1em;
	margin-bottom:10px;
}
div.errorText ul {
	margin-bottom:8px;
}
div.errorText li {
	font-size:1em;
	line-height:1.3em;
	margin-bottom:0;
}





