.contactFormsTitle{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
.contactForms{
	width: 465px;
}
.cfText{
	width: 93%;
	padding: 8px;
	border: 1px solid #CCC;
}
.cfText:focus{
	background: #FFC;
}
.cfTextArea{
	width: 93%;
	height: 100px;
	padding: 8px;
	border: 1px solid #CCC;
}
.cfTextArea:focus{
	background: #FFC;
}
.cfBtnSend{
	width: 80px;
	padding: 4px 8px;
	color: #FFF;
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
	background-color: #3e82a3;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #2e6375;
	cursor: pointer;
}
.cfBtnSend:hover, .cfBtnSend:focus, .cfBtnSend:active{
	background-color: #579bbe;
}
.cfBtnRight{ text-align: right; }
.tdInput{ width: 254px !important; }