/* Feedback Form
----------------------------------*/
textarea, .input_field
{
	background-color: #2c2c2c;
	border: 1px solid #999999;
	font-size: 14px;
	color: #666666;
	width: 400px;
	padding-top: 2px;
}

textarea
{
	width: 400px;
	height: 140px;
	overflow: auto;
}

.input_field
{
	font-size: 14px;
}

.color_red
{
	color: #cc6666;
}

.but
{
	padding: 2px 5px;
	font-size: 14px;
}

.sel
{
	color: #999999;
}

#feedback_form
{
	height: 300px;
	margin: 10px 0 0 0;
}

#feedback_form table
{
	font: 14px Tahoma, Geneva, sans-serif; 
	left: 0px;
	text-align: left;
	width: 100%;
}

#feedback_form table td
{
	padding-bottom: 10px;
}

.feedback600
{
	width: 600px;
}

.feedback550
{
	width: 550px;
}

