#feedback-widget {
    position:fixed;
    left:0;
    bottom:0;
    z-index: 300000;
}

#feedback_controlls {
    /*width: 450px; Refs #6662 */
}

#feedback_button {
    display:block;
    text-decoration: none;
    text-align:center;
    background:#c00;
    border:2px solid #fff;
    outline:1px solid #a1a1a1;
    padding:5px 5px 3px;
    float:left;
    cursor:pointer;
    /*Font*/
    color:#FFF;
    font-weight:bold;
    font-size:18px;
}

.inactive #feedback_button {
    background: #fff;
    color: #999;
}

#feedback_button:hover,
.inactive #feedback_button:hover {
    background: #e00;
    color: #fff;
}

.inactive #feedback_close_button {
    display: none;
}

#feedback_close_button {
    float: right;
    font-weight: bold;
    text-transform: lowercase;
    color: #999;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    padding-right: 37px;
    text-decoration: none;
    cursor: pointer;
    margin-top: 4px;
}
#feedback_close_button .x-sign {
    font-family: monospace;
    background: #c00;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    right: 0;
    text-align: center;
}

#feedback_form {
    text-align: left;
    clear:both;
    width:450px;
    border:1px solid #000;
    background:#fff;
    padding:15px;
    display: none;
}

#feedback-widget input, #feedback-widget textarea {
    font: 13px/1.2 Arial, sans-serif;
}

#feedback-widget input {
    margin: 5px 0;
    width: 400px;
    padding: 3px;
}
#feedback-widget textarea {
    height: 170px;
    width: 100%;
    max-width: 442px; /* #6662 Ograniczenie szerokosci dla feedbacku na stronie glownej */
    margin-bottom: 3px; /* #6662 */
    padding: 3px;
    resize: none;
}
#feedback-widget .status {
    padding: 0 20px;
}
#feedback-footnote {
    padding: 10px;
    background: #ffffd0;
    border: 1px solid #ccc;
    margin: 20px 0 0 0;
    font-size: 11px;
}