/* K9ULF Contact Us page styles
by David Long Little Design Planet
david@littledesignplanet.co.uk
28/01/08
*/
#leftColumn {
	width: 533px;
	float: left;
	margin: 0 20px 0 10px;
}
#leftColumn a {
	display: block;
	text-align: center;
	margin: 5px 0;
	font-size: 0.9em;
	color: #0033CC;
	text-decoration: underline;
	font-weight: bold;
	text-transform:lowercase;
}
#rightColumn {
	width: 360px;
	float: left;
}
p {
	font-size: 0.9em;
	margin: 0 0 8px 0;
}

a img {
	border: none;
}

.labels {
	width: 105px;
	float: left;
	margin-right: 15px;
}
.labels strong {
	display: block;
	text-align: right;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 2px;
}

.details {
	width: 220px;
	float: left;
	clear: right;
	margin-bottom: 20px;
}
.details span {
	display: block;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 2px;
}

#contactform {
	display: block;
	margin: 40px 0 0 0;
	height: 320px;
}
#contactform label {
	width: 105px;
	float: left;
	margin-right: 15px;
	height: 20px;
	margin: 5px 0;
	font-size: 0.9em;
	text-align: right;
	padding-right: 5px;
}

#contactform input  {
	width: 220px;
	height: 20px;
	margin: 5px 0;
	float: left;
	clear: right;
}
#contactform textarea  {
	width: 220px;
	height: 125px;
	margin: 5px 0;
	float: left;
	clear: right;
}
#contactform button {
	margin: 10px 0 0 290px;
}

