/* Stylesheet for NAM 2017 targeted survey */

.surveyBox {
	border-color:#FFB556 !important;
	margin: 10px 45px 30px 45px !important;
}

div.myButton input {
    background:url(/sites/CWIG/images/survey_sure.gif) no-repeat;
    cursor:pointer;
    width: 202px;
    height: 37px;
    border: none;
}
div.myButton2 input {
    background:url(/sites/CWIG/images/survey_notnow.gif) no-repeat;
    cursor:pointer;
    width: 202px;
    height: 37px;
    border: none;
	margin-left: 12px;
}
div.myButton3 input {
    background:url(/sites/CWIG/images/survey_nothanks.gif) no-repeat;
    cursor:pointer;
    width: 202px;
    height: 37px;
    border: none;
}
