.feedback_wrapper {
    background: #fff;
    margin-bottom: 35px;
    padding: 15px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-size: 16px;
    text-align: justify;
    line-height: 1.7;
    border-radius: 4px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
        padding-bottom: 45px;
}

.feedback_right {
    position: relative;
    right: 0px;
    float: left;
    color: #ffffff;
    margin: -29px;
    border-radius: 0px 4px 0px 4px;
    background: linear-gradient(to bottom,#0D53A9 0,#1D6AC2 100%) !important;
    margin-bottom: 22px;
    padding: 9px;
    font-weight: 100;
    font-size: 14px;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.5);
}

.feedback_text a {
    background-image: linear-gradient(to bottom,#B22222 0,#d96667 100%);
    box-shadow: 0 2px 3px rgba(0,0,0,.3);
    color: #fff;
    text-decoration: none;
    float: right;
    padding: 2px;
    margin-top: 4px;
    padding-left: 10px;
    text-indent: 0;
    text-transform: uppercase;
    padding-right: 10px;
}
a.fdb {
    font-size: 17px;
    position: relative;
    line-height: 3;
}
.feedback_text {
    text-indent: 50;
}
.fdb2 {
    text-decoration: none;
        font-size: 17px;
    position: relative;
    line-height: 3;
}
.fdb3 input[type="submit"] {
    background-image: linear-gradient(to bottom,#B22222 0,#d96667 100%);
    box-shadow: 0 2px 3px rgba(0,0,0,.3);
    color: #fff;
    border: none;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 14px;
    float: right;
    margin-right: 17px;
}