﻿.feedback {
    position: fixed;
    right: 0;
    bottom: 0px;
    z-index: 111;
}

    .feedback a {
        display: block;
        text-align: center;
        float: right;
        cursor: pointer;
        background-color: #ff6500;
        color: #fff;
        font-size: 12px;
        padding: 7px 10px;
        font-weight: normal;
        text-transform: uppercase;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

        .feedback a:hover {
            text-decoration: none;
        }

    .feedback .form {
        clear: both;
        border: 1px solid #ff6500;
        background: #fff;
        padding: 0px 5px 5px 5px;
        display: none;
    }

    .feedback .status {
        font-size: 12px;
    }
