/* FEEDBACK FORM */
.feedback{
  width:100%;
}
.feedback .alert{
  color:#666;
  margin-bottom:15px; 
 }
.feedback input, .feedback textarea{
  position:relative;
  display:block;
  width:100%;
  margin:10px 0 20px;
  color:#666;
  height:15px;
  border:none;
  padding:5px 10px 5px 10px;
}
.feedback .name{
  border: 1px solid #E5E5E5;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width:192px;
  }
label {
    font-weight: bold;
    margin-bottom:10px;
}
.required-text {
color: #F53C3C;
}
.inputname, .inputemail {
width:50%;
}
.inputmessage {
width:80%;
}
.required {
    color: #F53C3C;
}
.feedback .email{
  border: 1px solid #E5E5E5;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width:192px;
  }
.feedback .message{
  height:100px;
  border: 1px solid #E5E5E5;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width:100%;
  }
 .feedback .name:focus, .feedback .email:focus, .feedback .message:focus,  .feedback .name:hover, .feedback .email:hover, .feedback .message:hover {
 border: 1px solid #cccccc;
 }
.feedback .submit-wrapper{
  position:relative;
  width:90px;
  cursor:pointer;
}
.feedback .submit-wrapper input{
  display:inline-block;
  top:0;
  width:90px;
  height:42px;
  font: 15px/42px trebuchet MS;
  color:#ffffff;
  background: url(../i/feedback-submit.png) left top no-repeat;
  margin:0 5px 0 0;
  padding:0 0 0 5px;
  cursor:pointer;
}
.feedback .submit-wrapper span{
  position:absolute;
  top:0;
  height:42px;
  width:5px;
  right:-5px;
  background: url(../i/feedback-submit.png) right top no-repeat;
}


#sidebar-footer .feedback{
  margin-top:20px;
}
#sidebar-footer .feedback .alert{
  color:#fff;
}