.feedback-panel {
    background: none repeat scroll 0 0 #e5e5e5;
    border: 0 solid #CCCCCC;
    color: #666666;
    height: 490px;
    position: fixed;
    right: 0;
    top: 130px;
    width: 0;
    z-index: 6000;
}
#feedback_form {
    padding: 10px;
}
.feedback-panel a.feedback-tab {
	border-width: 0;
    bottom: 0;
    display: block;
    float: left;
    height: 99px;
    outline: medium none;
    position: relative;
    right: 28px;
    width: 29px;
       
    background-color: #27BEE3;
    color: #ffffff;
}
.feedback-panel a.feedback-tab span {
    transform: rotate(-90deg);
    color: #ffffff;
    float: left;
    display: block;
    position: relative;
    right: 10px;
    top: 40px;
}
#response-message {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #999999;
    padding: 20px;
}