.feedbackTab {
    background-color: #76b7e4;
    border-radius: 0 4px 4px 0;
    display: block;
    position: fixed;
}

.feedbackPosleftCenter {
    float: left;
    min-height: 130px;
    left: 0;
    top: 44%;
    width: 40px;
}

.feedbackPosrightCenter {
    float: right;
    min-height: 130px;
    right: 0;
    top: 44%;
    width: 40px;
}

.feedbackPoscenterBottom {
    height: 40px;
    left: 44%;
    bottom: -4px;
    min-width: 30px;
}

.feedbackPosmanualCenter {
    z-index: 1000;
}

.feedbackTab {
    white-space: nowrap;
}

.feedbackTab.feedbackPosleftCenter a {
    line-height: 1;
    padding: 10px 13px 10px 10px;
    writing-mode: vertical-rl;
    text-decoration: none;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.feedbackTab.feedbackPosrightCenter a {
    line-height: 1;
    padding: 10px 13px 10px 10px;
    writing-mode: vertical-rl;

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.feedbackTab.feedbackPoscenterBottom a {
    line-height: 1;
    display: inline-block;
    padding: 10px 13px 10px 10px;
}

.feedbackTab.feedbackPosmanualCenter a {
    display: none;
}

.feedbackTab a, .feedbackTab a:visited, .feedbackTab a:active {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.feedbackContent {
    background: #e9ffff;
    position: fixed;
}

.feedbackFields {
    padding: 10px;
}

.feedbackFieldLabel, .feedbackFieldValue {
    display: inline-block;
}

.feedbackButtons {
    position: absolute;
}

.feedbackCloseButton, .feedbackSendButton {
    position: absolute;
    background-color: #76b7e4;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
}

.feedbackError {
    color: #f00;
    position: absolute;
}