/* --- module: feedback --- */

.feedback {
}
.feedback .header {
	background-image: url(../../images/input_bkg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	padding: 5px 5px 20px 5px;
	margin: 20px 0px 0px 0px;
	color: #004681;
}
.feedback input {
	width: 250px;
}
.feedback textarea {
	width: 250px;
}
.feedback input.rb, .feedback input.cb, .feedback input.button{
	width: auto;
}

