@charset "UTF-8";
/* CSS Document */

#feedbackbutton {

}

#feedbackbutton a {
	width: 40px; height: 125px;
	position: fixed;
	top: 450px; left: -12px;
	z-index: 100000;
	text-indent: -9999px;
	display: block;
	width: 40px; height: 125px;
	background: url(feedback-button.gif) no-repeat;
}

#feedbackbutton a:hover {
	left: 0;
}

#form_feedback textarea {
	width: 255px; height: 120px;
}

#form_feedback input.type-submit {
	color: #FFF;
	font-size: 0.91em;
	background-color:#B4ACA2;
	border: none;
	padding: 4px 18px;
	-moz-border-radius:4px;
  	-webkit-border-radius:4px;
}

#form_feedback input.type-submit:hover {
	background-color: #7FBAD8;
	cursor:pointer;
	text-decoration:none;
}
