#main_body h1 a{
    display:block;
    height:75px;
    overflow:hidden;
    background-image: url('../images/logo_sm.PNG');
    background-repeat: no-repeat;
}
div.validationErrors{
    color:#DF0000  !important;
    line-height:8px !important;
    margin-left: 10px !important;
}
.wsdlError{
    color: #DF0000;
    text-align: center;
    border: 1px red dotted;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}