#feedback_form textarea, #feedback_form input, #feedback_form select
{
	width: 300px;	
}

#feedback_form textarea
{
	height: 200px;
	font-size: 12px;
}

#feedback_form td
{
	padding: 3px;
	font-weight: bold;
}

.required
{
	color: #F00;
	font-weight: bold;
}

#feedback_form .error
{
	color: #F00;
	font-weight: bold;
	padding-left: 30px;
	background-image: url(/images/icons/error_icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
}

table.feedback_success td
{
	padding: 3px;
	vertical-align: top;
}
table.feedback_success td.title
{
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
	padding-right: 5px;
}
	
p.feedback_success
{
	font-weight: bold;
	color: #090;
}

#send_author_request td
{
	padding: 5px;
	vertical-align: top;
}
#send_author_request input, #send_author_request textarea
{
	width: 140px;

}
