#surveyContainer .survey-content form input[type="text"],
#surveyContainer .survey-content form input[type="email"],
#surveyContainer .survey-content form textarea {
    border: 1px solid #dcdcdc;
}

#surveyContainer .survey-content form .custom-button-red {
    float: right;
    margin-left: auto;
}

#surveyContainer .survey-content form .custom-button-red button,
#surveyContainer .survey-content form .custom-button-red button:hover,
#surveyContainer .survey-content form .custom-button-red button:focus,
#surveyContainer .survey-content form .custom-button-red button:active {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #404040;
    font-size: 12px;
    text-transform: uppercase;
}
