
#tell-us-what-you-think-form {
	width: 100%;
	background: url("../img/bg-dotted-line.jpg") repeat-x bottom;
	float: left;
	padding-bottom: 12px;
	margin-bottom: 5px;
}

#tell-us-what-you-think-form textarea.textareaInput,#tell-us-what-you-think-form input.textinput {
	background: #e7e7e7;
	border: none;
}

#tell-us-what-you-think-form textarea.textareaInput {
	width:434px;
	height:200px;
	
	padding:0.5em;
	font-size:1.15em;
}
.green #tell-us-what-you-think-form textarea.textareaInput, 
.green #tell-us-what-you-think-form input.textinput, 
.green #tell-us-what-you-think-form label {
	color:#009732;
}
.orangered #tell-us-what-you-think-form textarea.textareaInput, 
.orangered #tell-us-what-you-think-form input.textinput, 
.orangered #tell-us-what-you-think-form label {
	color:#D32929;
}
#tell-us-what-you-think-form input.textinput {
	width:440px;
	height:1.5em;
	font-size:1.15em;
	padding-left:6px;
}
#tell-us-what-you-think-form label {
	display: block;
	font-weight:bold;
	margin-bottom: .5em;
}
.submitButton {
	float:right;
	position:relative;
	left:-4px;
}

label.blockLabel {
	display:block;
}

.fieldHolder {
	width:430px;
	display:block;
	height:2em;
	margin: 1em 0 2.5em;
}
.note {
	margin-top:2em;
}

#send-button {
	font-size:1.2em;
}