
.formContainer{
	border: 1px solid #c3c5c8; 
	padding: 5px;
	width: 430px;
	color: #737373;
	margin-bottom: 20px;
}

form.feedbackForm fieldset {
	width: 410px;
}

form.feedbackForm fieldset {
	background-color: #f6f6f7;
	padding: 10px;
}


form.feedbackForm button {
	background: url('../../img/feedback/sendBut.gif') no-repeat 0 0;
	height: 23px;
	width: 60px;
	border: none;
}

form.feedbackForm textarea{
	width: 240px;
	height: 130px;
}

form.feedbackForm span.errorMessage{
	width: 180px;
	display: block;
	padding: 0 0 10px 0;
	text-align: right;	
	color: #FF0000;
}

#feedbackHeader {
	width: 120px;
	height: 30px;
	position: relative;
	background: url(/a/img/feedback/feedback.gif) no-repeat;
	
	}
