
label,input {
	text-align: left;
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 15px;
}

label {
	
	text-align: right;
	width: 100px;
	padding-right: 10px;
	
}



textarea{
	border: 1px solid #ccc;
	color: #2F4165;
	width:300px;
	height:100px
}



br {
	clear: left;
}

#enq input {
	text-align: left;
	display: block;
	width: 20px;
	float: left;
	margin-bottom: 5px;
}









