/* CSS Document */



#contactForm label {
	float:left;
	width:100px;
}
#contactForm br {
	clear:left;
}
.input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #CBCBCB;
	width: 200px;
}

.input-text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px;
	width: 260px;
	background: url(/templates/template1/images/form-input-bg.gif) no-repeat;
	border: 0px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 0px;
	background: none;
	color: #11406C;
}
textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px;
	width: 260px;
	height: 131px;
	background: url(/templates/template1/images/form-input-bg.gif) no-repeat;
	border: 0px;
}
