@charset "utf-8";
/* CSS Document */

/* Mandatory: need to be added in the css stylesheet, to avoid spam */
#common_simple_survey #form_tools_ab, #common_simple_survey .form_tools_ab {
    display: none;
    position: absolute;
    top: -1000px;
}
/* END Mandatory */

#common_simple_survey  {
    border: 1px solid #CCE2ED;
    padding: 0;
}
#common_simple_survey {
    margin: 10px 0;
    position: relative;
}
#common_simple_survey h4 {
    border-bottom: 1px solid #CCE2ED;
    color: #1376BF;
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;
    padding: 2px 0 2px 10px;
}
#common_simple_survey p {
    font-size: 95%;
    padding: 3px 10px;
}
#common_simple_survey input.border-black {
    border: 1px solid #000000;
}
input.send_survey {
    background-color: #FFFFFF;
    border: 1px solid #CCE2ED;
    color: #000000;
}
