h4 {
    background-color: #53b036;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 15px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 15px;

    border-radius: 5px 15px; /* future proofing */

    -khtml-border-radius: 5px; /* for old Konqueror browsers */

    color: white;
    font-size:18px;
    font-weight:400;
    padding: 10px 0 10px 10px;
}

h4 span {
    margin-right:5px;
    position:absolute;
    bottom:0px;
    right:12px;
}

h5 {
    font-size:17px;
    text-align: center;
    font-weight:700;
    padding: 10px 0 10px 0px;
}

.radio-label-vertical-wrapper {
    padding-bottom: 0px;
    position: relative;
    left:20px;
    width:100%;
    display: inline-block;
    margin-bottom: 0px;
}

.radio-label-vertical {
    font-weight:700 !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    text-align: center;
}

.radio-label-vertical input {
    position: absolute;
    top: 28px;
    left: 80%;
    display: block;
    cursor: pointer;
}

option:disabled { color:#cccccc;}