.sectionDiv {
    background-color: #FFFFFF;
    border: 0 solid #808080;
    padding: 0;
}

.signupFormSectionTitle {
    background-color: #008DBC;
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding-left: 5px;
}

.text {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}

.signupFormButton {
    background: none repeat scroll 0 0 #005773;
    border-color: #005773;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    margin: 0 8px;
    padding: 1px 8px;
}

.signupSectionProductTbl .productTd {
    border-bottom: 15px solid #EFEFEF;
    font-size: 12px;
    padding: 10px;
}

.signupSectionTbl .SectionTblTd {
    border-bottom: 15px solid #EFEFEF;
    font-size: 12px;
    padding: 10px;
}

.login_form_submit {
    background: none repeat scroll 0 0 #005773;
    border-color: #005773;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    margin-bottom: 2px;
    padding: 1px 8px;
}

