/* Begin contact form */


form {
	font:11px Trebuchet MS, Arial, Sans Serif;
	line-height:12px;
    }

input.text {
	display: block;
	width: 275px;
	text-align: left;
	margin-bottom: 0px;
	/*border:1px solid #cc0000;*/
}

textarea {
	display: block;
	width: 278px;
	text-align: left;
	margin-bottom: 0px;
	/*border:1px solid #cc0000;*/
}

label {
    display: block;
	width: 228px;
	text-align: left;
	height: 8px;
	margin:0; padding:0;
}


/*
br {
	clear: both;
}
*/

/* End contact form */