body {
    background: url(../images/notifications-survey-background.jpg) bottom center no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding: 0px 0px 60px 0px;
}
.iwantthisform{
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url('../images/iwantthissurvey.png') top center no-repeat;
    z-index: 100;
}
#emf-container #emf-logo {
    height: 5px;
    border-radius: 0px;
}
#emf-container,
#emf-container #emf-form {
    border-radius: 0px;
    border: 0px none;
}
#emf-container #emf-form {
    text-align: center;
    padding: 0px;
}
#emf-container #emf-form-instruction {
    background: #0083CA;
    border-bottom: 1px solid #004F79;
}
#emf-container #emf-form-title,
#emf-container #emf-form-description {
    color: #ffffff;
    text-shadow: none;
}
#emf-container #emf-form-title {
    font-size: 25px;
}
#emf-container #emf-form ul li.emf-li-field {
    border-bottom: 1px dotted #cccccc;
    padding: 20px 0px;
}
#emf-form .emf-grading .emf-grading-header {
    display: none;
}
#emf-container li label.emf-label-desc {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
#emf-form .emf-grading {
    color: #999;
}
#emf-container #emf-li-post-button.left {
    margin: 0 0 0 0;
    padding: 20px 0;
    text-align: center;
}
#emf-container #emf-form ul li.emf-field-new_checkbox,
#emf-container #emf-form ul li.emf-field-email {
    border: 0px none;
    height: 47px;
    padding-bottom: 0px;
}