@CHARSET "UTF-8";

#feedback {
	width: 412px;
	margin: 30px auto;
	height: 300px;
}
	#feedback hr {
		margin: 10px 0;
		border: 0;
		font-size: 0;
		background: url('../images/bg_grey_line.png') left bottom repeat-x;
	}
	#feedback p
	{
		margin: 8px 0 5px;
	}
		#feedback p small
		{
			color: #ff0000;
			margin-left: 2px;
			font-size: 14px;
		}
	#feedback .errors
	{
		height: 50px;
		width: 270px;
		float: left;
		margin-top: 5px;
		color: #ff0000;
		display: none;
	}
	#feedback .success {
		color: #2ba5e6;
		display: none;
		float: left;
		margin-top: 5px;
	}
	#feedback h2
	{
		margin: 0;
		font-size: 23px;
		font-family: Arial;
		font-weight: normal;
		color: #41a200;
		line-height: 23px;
	}
	#feedback div.button {
		float: right;
		width: 100px;
		height: 30px;
		background: url('../images/bg_button_send.png') left top no-repeat;
		display: block;
		margin-top: -1px;
		cursor: pointer;
	}
		#feedback div.button strong {
			color: #545454;
			display: block;
			text-align: center;
			padding-top: 7px;
		}
	#feedback img {
		float: right;
		margin: 7px 5px 0 0;
		display: none;
	}
	#feedback input, #feedback textarea {
		width: 400px;
		border: 1px solid #d8d8d8;
		display: block;
		font-family: Arial;
		font-size: 12px;
		padding: 5px;
	}