
.content {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 2px;
    position: relative;
    width:80%;
    margin-bottom: 40px;
}
.control_required>input {
    font-size: 12px;
    line-height: 12px;
    height: 35px;
    width:35%;
    color: #898989;
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom:8px;
}

.control_required>textarea {
    width:58%;
    height: 117px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    line-height: 12px;
    color: #898989;
    padding-top: 12px;
    position: absolute;
    top:0;
    right: 0;
    resize:none;
}

.button,
.blue2 {
    width: 10%;
    margin: 22px auto 0 auto;
    display: block;
    font-size:14px;
    color: #fff;
    border:0;
    font-weight: bold;
    line-height:40px;
    border-radius: 10px;
    background-color: #999999;
}

#feedbackbotton:hover {
    background-color: #4fa1ad;
}
