@charset "utf-8";
#formContact {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #A3B1B8;
	margin-top: 10px;
}
#formContact .frmButton {
	background-image: url(../img/frmButton.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 92px;
	margin-right: 10px;
	font-weight: bold;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#formContact label {
	display: block;
	position: relative;
	margin-bottom: 5px;
}

#formContact .frmTitle {
	display: block;
	float: left;
	width: 30%;
	font-weight: bold;
	line-height: 21px;
}
#formContact .frmContent {
	display: block;
	float: right;
	width: 68%;
}

#formContact .frmInputTxt {
	width: 90%;
	height: 18px;
	background-image: url(../../Templates/img/frmInput.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #96A2A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 5px;
	color: #526169;
}
#formContact .alert {
	font-size: 10px;
	color: #FF0000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#formContact .frmInputArea {
	width: 90%;
	height: 200px;
	background-image: url(../../Templates/img/frmInput.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #96A2A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 5px;
	color: #526169;
}


#frmVote {
	margin: 0px;
	padding: 0px;
}
#frmVote label {
	display: block;
	padding-top: 3px;
	padding-bottom: 2px;
}

