.postFeedbackContainer {
    font-family: sans-serif;
    font-size: 12px;
    color: #ffffff;
    position: fixed;
    top: 0px;
    /*right: 15%;*/
    /*width: 300px;*/
}

.postFeedbackContainer .postFeedbackButton {
    cursor: pointer;
    position: relative;
    top: -2px;
    background-color: #fc8600;
    width: 8em; 
    height: 1.5em;
    padding: 0.6em 0.3em 0.1em 0.4em;
    border: 2px solid #ffffff;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.postFeedbackContainer .postFeedbackFormContainer {
    background: #fc8600;
    height: 180px;
    position: absolute;
    top: -182px;
    border: 2px solid #ffffff;
    border-bottom-right-radius: 5px;
    border-top: none;
}

.postFeedbackContainer form th {
    font-size: 14px;
    padding: 2px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

.postFeedbackContainer form input {
    margin: 3px;
}

.postFeedbackContainer form input[type="submit"] {
    float: right;
}

.postFeedbackContainer form input[type="text"] {
    width: 200px;
}
.postFeedbackContainer form textarea {
    margin: 3px;
    resize: none;
    height: 70px;
    width: 200px;
}

.postFeedbackContainer form .validation-error {
    border: 2px solid #ff0000;
}
.postFeedbackContainer .postFeedbackThanks {
    position: absolute;
    top: -35px;
    left: 10px;
    display: none;
}
