/* FEEDBACK */
#feedback {
	position: fixed;
	left: 0px;
	top: 50%;
	width: 36px;
	height: 209px;
	margin-top: -100px;
	z-index: 10;
}

#feedback .feedback_icon {
	background-image: url("../img/btn_sprite.png");
	background-repeat: no-repeat;
	width: 36px;
}

#feedback #feedback_twitter {
  background-position: 0px -225px;
  height: 28px; 
}

#feedback #feedback_twitter:hover {
  background-position: 0px -258px;
}

#feedback #feedback_facebook {
  background-position: 0px -293px;
  height: 28px; 
}

#feedback #feedback_facebook:hover {
  background-position: 0px -325px;
}

#feedback #feedback_phone {
  background-position: 0px -359px;
  height: 28px; 
}

#feedback #feedback_phone:hover {
  background-position: 0px -395px;
}

#feedback #feedback_form {
  background-position: 0px -431px;
  height: 110px; 
}

#feedback #feedback_form:hover {
  background-position: 0px -547px;
}
/* /FEEDBACK */