.icon_success {
    background: url("images/icons/icons_sprite_optimized.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 22px;
    width: 22px;
    margin-right: 5px;
}

.msg_success {
    color: #2F8A22;
    font-weight: bold;
    font-size: 16px;
}

.resetp_container {
    margin-left: 6px;
}

a.resetp:link, a.resetp:visited {
    font-family: Arial; color: #042785!important; font-size:12px; text-decoration: none; font-weight: normal; line-height: 18px; padding-bottom: 10px;
}

a.resetp:hover, a.resetp:active {
    color: #f27301!important; text-decoration: underline;
}

.sp_title1 {
    background-color: #3F63C3;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
}

.member_table {
    background-color: #DBDBDB;
    width: 100%;
}

.member_tbl_head {
    background-color: #3F63C3;
    color: #ffffff;
    text-align: center;
}

.member_table td {
    height: 30px;
    padding: 0 5px;
}

.member_table th {
    height: 20px;
}

.tr_gray_even {
    background-color: #FFFFFF;
}

.tr_gray_odd {
    background-color: #F9F9F9;
}

.button_light_gray {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("images/button-bg.png") repeat-x scroll left center #FFFFFF;
    border-color: #DEDEDE #BBBBBB #BFBFBF #DEDEDE;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 1em;
    margin: 0 0 1em;
    padding: 2px;
}