#feedback {
    position: fixed;
    top: 200px;
    right: -272px;
    z-index: 999;
    transition: all ease-in-out 0.3s
}

#feedback form {
    float: left;
    border: 1px solid #999;
    padding: 10px;
    width: 250px;
    background: #e8e8e8;
    min-height: 250px;
    padding: 10px 10px;
}

#feedback form label {
    display: block;
    float: left;
    text-align: right;
    margin-right: 20px;
    width: 70px;
    font-weight: bold;
    color: #019AC6;
    font-size: 14px;
}

#feedback a {
    /*background: url("../images/feedback-buttons.png") no-repeat center left;*/
    display: block !important;
    width: 40px;
    height: 175px;
    float: right;
    text-indent: -9999em;
    position: absolute;
    top: 0px;
    right: 272px;
    cursor: pointer;
}

#feedback a:hover {
    background-position: center right;
}

#feedback form .btn {
    float: right;
    width: 100%;
    background: #000;
    color: #fff;
    text-indent: -9999em;
    width: 80px;
    height: 28px;
    border: none;
}

#feedback form input[type="submit"] {
    float: right;
    width: 100%;
    background: #063e9a;
    color: #fff;
    border: none;
    padding: 6px 0;
    margin-top: 15px;
    border-radius: 5px;
}


#feedback form input[type=name] {
    width: 85%;
    margin: 0 5px;
    height: 30px;
    background: url(../images/edit.png) no-repeat 10px 8px #fff;
    padding-left: 30px;
    border: solid 1px #cfcfcf;
    margin-top: 5px;
}

#feedback form input[type=email] {
    width: 85%;
    margin: 0 5px;
    height: 30px;
    background: url(../images/email.png) no-repeat 10px 8px #fff;
    padding-left: 30px;
    border: solid 1px #cfcfcf;
    margin-top: 15px;
}

#feedback form input[type=mobile] {
    width: 85%;
    margin: 0 5px;
    height: 30px;
    background: url(../images/call.png) no-repeat 10px 8px #fff;
    padding-left: 30px;
    border: solid 1px #cfcfcf;
    margin-top: 15px;
}

#feedback form textarea {
    width: 85%;
    margin: 0 5px;
    height: 60px;
    font-family: arial;
    font-size: 12px;
    resize: none;
    background: url(../images/message.png) no-repeat 10px 8px #fff;
    padding: 7px 0 0 30px;
    border: solid 1px #cfcfcf;
    margin-top: 15px;
}

#feedback h2 {
    font: normal 18px Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 10px auto;
    color: #063e9a;
}

.mks {
    right: 0 !important;
    transition: all ease-in-out 0.3s
}