#feedbackform {
	margin-bottom: 20px;
}

#feedbackform input, #feedbackform textarea, #feedbackform select {
	font-size: 11px;
	font-family: arial;

}

#feedbackform .rowcontainer {
	margin: 3px 0;
	padding: 3px 0 5px 0;
	border-bottom: #ccc solid 1px;
}
#feedbackform .rowcontainerrequired {
	margin: 3px 0;
	padding: 3px 0 5px 0;
	border-bottom: #ccc solid 1px;
}

#feedbackform .rowtitle {
	padding-left: 1px;
	float: left;
	width: 90px;
	padding-right: 8px;
}
#feedbackform .rowcontainerrequired .rowtitle {
	background: url(../../../images/required.gif) no-repeat right;
}
#feedbackform .rowrequired {
	color: red;
	line-height: 0;	
	font-size: 200%;
}
#feedbackform .rowdata,
#feedbackform .error {
	margin: 0 0 0 110px;
	padding: 0;
}
#feedbackform .error {
	color: red;
}	
#feedbackform .warn {
	display: none;
}	

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #feedbackform .rowdata {
	height: 1%;
	margin: 0;
}
/* End hide from IE5/mac */