#surveyForm  .textField {
	width:90%;
}

#surveyForm  textarea {
	width:300px;
	height:60px;
	font-size:11px;
}

#surveyForm  .center {
	text-align: center;
}

#surveyForm th {
	text-align:center;
	font-size:11px;
}
#surveyForm h6 {
	font-size:12px;
}

#geo {
	margin-top:5px;
}

#surveyForm hr {
	color: #ccc;
    background-color: #ccc;
    height: 1px;
	border: 0;
}

.leftHeaders  {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	}

#surveyThanks {
	padding:10px;
	border: 1px solid #aaa;
	background-color:#eee;
	width: 400px;
	margin-bottom: 20px;
	}
#surveyForm textarea {width:100%; height:75px;}

h6 {margin:0}

#surveyForm table {border-collapse: collapse;}
#surveyForm table td ,#surveyForm table th{padding:5px;}