#feedback-link {
  margin: 1em 0;
  width: 160px;
  padding: 0 0 0 48px;
  height: 40px;
  line-height: 40px;
  background:#3e61ad url(../img/feedback.png) no-repeat;
  background-position: 10px 10px;
  font-family:"arial narrow";
  color:#e7e4db;
  font-size:17px;
  display:block;
  text-decoration: none;
}
#feedback-link:hover, #feedback-link:active {
}
#feedback-form {
  background:#f3f3eb url(../img/bg-content.png) repeat-x left top;
  padding: 10px;
  display: none;
  z-index:10000;
  width: 650px;	
  min-height:200px;
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#feedback-form div.form-row {
	padding: 0;
	margin: 0;
	border: none;
}
#feedback-form label {
  color:#7b2d23;
  font-family:"arial narrow";
  font-size:23px;
  font-weight:normal;
  float: left;
  width: 100px;
  margin: 0 20px 0 0;
  text-align: right;
}
#feedback-form input, #feedback-form select {
  margin-bottom: 20px;
  width: 30%;
}
#feedback-form textarea {
  width: 500px;
}
#feedback-form .errorlist {
  color: red;
}
#feedback-form div.submit-row, #feedback-form div.cancel-row {
	padding: 0 0 0 120px;
}
#feedback-form input[type="submit"] {
	margin: 1em 0 10px 0;
}
#feedback-form input[type="reset"] {
	background: url(../img/close.png);
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	border: none;
	padding: 0;
	text-indent: -9999px;
	cursor: pointer;
	
}
