﻿#mrova-feedback {
    display: hidden;
    width: 200px;
    position: fixed;
    right: -200px;
    border: 1px solid #f58220;
    padding: 20px 20px;
    background-color: #fff;
}

#mrova-contactform ul {
    margin: 0;
    padding: 0;
}

#mrova-feedback ul li {
    list-style-type: none;
    line-height: 30px;
    border-bottom: 1px solid #CACACA;
}

    #mrova-feedback ul li a {
        text-decoration: none;
        font-size: 15px;
        color: #333;
        transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        text-transform: uppercase;
    }

        #mrova-feedback ul li a:hover {
            color: #ff6500;
        }

#mrova-form ul {
    padding: 0px;
}

#mrova-contactform input, #mrova-contactform textarea {
    width: 200px;
    padding: 3px;
    border: 1px solid #ff6500;
    font-family: 'futura-Bk-Bt-Book';
}

#mrova-contactform ul li {
    list-style: none;
    padding-bottom: 4px;
}

#mrova-img-control {
    cursor: pointer;
    position: absolute;
    left: -34px;
    width: 40px;
    background: transparent url(../images/branch-locator.html) no-repeat;
    height: 164px;
}
