.contactForm {
	font-family: Arial;
	font-size:13px;
	color:#2E3879;
	padding-left:30px;
}

.button{
	border: 1px solid #CCCCCC; 
	float:left;
	background-color:#FFFFFF;
	font-size:12px;
	font-family:Arial;
	color:#666666;
}

.fieldText {
	font-family: Arial;
	color: #666666;
	font-size: 11px;
	background-color:#FFFFFF;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	float:left;
	width:260px;
	height:17px;
}


.fieldTextArea {
	font-family: Arial;
	color: #666666;
	font-size: 11px;
	background-color:#FFFFFF;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	float:left;
	width:390px;
	height:300px;
}

.comboBox {
	font-family: Arial;
	color: #ffffff;
	font-size: 11px;
	background-color:#202020;
	font-size: 11px;
	border: 1px solid #333333; 
	float:left;
	width:130px;
}

.smallText {
	font-family: Arial;
	color: #2E3879;
	font-size: 12px;
	text-align:left;
}

table.general {border: 0}
