#rdr_newOfferRequest {
    position: relative;
    padding: 0;
    width: 95%;
    margin: 0 auto;
    top: 0;
    text-align: left;
}

#rdr_newOfferRequest button {
    font-family: "Roboto", Arial;
    font-weight: 500;
    letter-spacing: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 11px 23px;
    line-height: 16px;
    font-size: 13px;
    background: #A0CE4E;
    color: rgba(255, 255, 255, 0.92);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A0CE4E, endColorstr=#A0CE4E);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    width: auto;
    cursor: pointer;
    display: inline-block;
    position: relative;
    outline: 0;
    zoom: 1;
    border: 1px solid rgba(0, 0, 0, 0);
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
}

#rdr_newOfferRequest button:hover {
    background: #FF9800;
}

body {
    min-width: 350px !important;
}

#content {
    min-height: 100px !important;
    background: none !important;
}

#rdr_newOfferRequestButton {
    margin: 20px 0 0 0;
}

#rdr_newOfferRequest .inputStyling a {
    height: 28px;
}

#rdr_newOfferRequest .inputStyling a span {
    height: 28px;
    line-height: 25px;
    vertical-align: middle;
}

#rdr_newOfferRequest .fake-name-pass {
    display: none;
}

#rdr_newOfferRequest .inputStyling {
    border: 1px solid #D2D2D2;
    font-size: 13px;
    color: #747474;
    padding: 8px 15px;
    margin-right: 1%;
    float: none !important;
    width: 100% !important;
    box-sizing: border-box;
    border-radius: 0;
    height: 35px;
}

#rdr_newOfferRequest table {
    width: 100% !important;
}

#rdr_newOfferRequest .inputLabel{
    font-family: "Roboto" , Arial;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 16px !important;
    color: #747474;
    line-height: 2;
}

#rdr_newOfferRequest label {
    font-size: 120%;
    color: black;
}

#rdr_newOfferRequest .form-error {
    background-color: transparent;
}