body {
        display: block;
        background-color: white;
        margin: 0px 0px 0px 0px;
        font-size: 11px;
        font-family: Arial,Helvetica,sans-serif;
        text-align: left;
        vertical-align: top;
        direction: ltr;
        border-right-style: none;
        border-left-style: none;
        border-bottom-style: none;
        border-top-style: none;
}


label.successMessage{
    color: blue; font-weight: bold; font-size: 12px;
}

label.errorMessage{
    color: red; font-weight: bold; font-size: 12px;
}

.required{
    color: #BB0000;
}

body {
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #232323;
    background-color: #FBFAF7;
    margin: 0;
    line-height: 1.8em;
    -webkit-font-smoothing: antialiased;
}