/**********************************************************************/
/*** MARKETING WIZZ - www.marketingwizz.co.uk - CONTACT FORM CSS V1 ***/
/**********************************************************************/
/***************************  CONTACT PAGE  ***************************/
/**********************************************************************/

#cdlft {
	float: left;
	width: 250px;
	margin-bottom: 20px;
}

#cdrgt {
	float: right;
	width: 250px;
	margin-bottom: 20px;
}

#cfleft {
	float: left;
	width: 560px;
	padding: 15px 0px 0px 0px;
	margin: 0 0px 20px 0;
	background: #fff url(/images/560-top.gif) no-repeat left top;
}

#cfleft2 {
	float: left;
	width: 560px;
	background: transparent url(/images/560-bottom.gif) no-repeat left bottom;
	padding-bottom: 15px;
}

#cfleft3 {
	float: left;
	width: 554px;
	border-left: 3px solid #00A7E9;
	border-right: 3px solid #00A7E9;
	padding: 0px 0px;
}

#contactform {
	width: 554px;
}

#contactform form {
	display: inline;
}

#contactform p {
	margin-top: 5px;
}

#contactform label {
	clear: left;
	float: left;
	width: 95px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 20px;
}

input.contform {
	float: left;
	width: 380px;
	border: 1px solid #02A8E9;
	font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 1.0em;
	margin-top: 5px;
	margin-bottom: 15px;
}

textarea.contform {
	float: left;
	width: 380px;
	border: 1px solid #02A8E9;
	font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 1.0em;
	margin-top: 5px;
	margin-bottom: 15px;
}

#buttsend {
	float: right;
	margin: 10px 55px 0px 0px;
	border: none;
	background: none;
}