.hidden {display:none;}

.contentInner .subLeft div.feedback p {
	width:100%;
	margin:3px 0;
	float:left; 
	display:block;
}

.contentInner .subLeft div.feedback p span {color:#c1010a;}

.contentInner .subLeft div.feedback input, .contentInner .subLeft div.feedback textarea {
	width:497px;
	height:21px;
	margin-bottom:5px;
	-moz-border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:1px;
	border-color: #B5B1A9 #CCC8BE #E9E4D9;
	background-color:#fafafa;
	float:left;
	display:block;
}

.contentInner .subLeft div.feedback select {
	width:499px;
	height:21px;
	margin-bottom:5px;
	-moz-border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:1px;
	border-color: #B5B1A9 #CCC8BE #E9E4D9;
	background-color:#fafafa;
	float:left;
	display:block;
}

.contentInner .subLeft div.feedback textarea {height:60px;}

.contentInner .subLeft div.feedback input:focus, 
.contentInner .subLeft div.feedback textarea:focus, 
.contentInner .subLeft div.feedback select:focus {border-color: #83afd3;}

.contentInner .subLeft .feedback p.codeRow {margin:5px 0 10px;}
.contentInner .subLeft .feedback p.codeRow input {height:13px; margin:0px 10px 0 10px;}
.contentInner .subLeft .feedback p.codeRow img {float:left;}
