/* General form styles */
#contactForm table,
#contactForm input,
#contactForm textarea,
#contactForm select,
#evalForm table,
#evalForm input,
#evalForm textarea,
#evalForm select,
#hotForm table,
#hotForm input,
#hotForm textarea,
#hotForm select
{
	width:98%;
	color:#486057;
}
#contactForm input,
#contactForm textarea,
#contactForm select,
#evalForm input,
#evalForm textarea,
#evalForm select,
#hotForm input,
#hotForm textarea,
#hotForm select
{
	padding:2px;
	border:1px solid #96A89F;
	font-size:12px;
}
#contactForm input.submit,
#evalForm input.submit,
#hotForm input.submit
{
	display:block;
	width:auto;
	margin:0 auto;
}
#contactForm table tbody tr td,
#evalForm table tbody tr td,
#hotForm table tbody tr td
{
	padding:4px 0;
}


#contactForm {
}
#evalForm .label{
	width:100px;
}
#hotForm input.inputRange {
	width:151px;
}
