#header_section {
    width: 960px;
    margin-bottom: 0px;
}

#header_USPS_link_section {
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: #757575;
    text-align: right;
    text-decoration: none;
    margin-top: 14px;
    float: right;
}

#header_USPS_link_section a {
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #757575;
}

#header_USPS_link_section A:hover {
    COLOR: #757575;
    TEXT-DECORATION: underline
}

#header_title {
    width: 720px;
    height: 55px;
}

div.form_head_title {
    width: 960px;
    height: 27px;
    background: url("/theme/img/icoa/header_top.gif");
    line-height: 16px;
}

.form_title {
    font-size: 12px;
    line-height: 27px;
    font-weight: bold;
    margin-left: 10px;
    color: #fff;
    float: left;
}

.secure_and_private {
    font-size: 11px;
    line-height: 27px;
    font-weight: bold;
    color: #fc6;
    text-transform: uppercase;
    float: right;
    margin-right: 10px;
}

#form_head_progress {
    width: 960px;
    height: 26px;
    background: url("/theme/img/icoa/header_bottom.gif");
}

.form_head_progess_clear {
    background: url("/theme/img/icoa/header_bottom.gif") !important;
}

.form_head_progress_complete {
    background: url("/theme/img/icoa/progress_bg_complete.gif") !important;
}

.progress {
    font-size: 11px;
    line-height: 11px;
    font-weight: normal;
    display: inline;
    height: 26px;
    width: auto;
    float: left;
    text-align:center;
}

.progress.past {
    color: #4b6379;
    background: url("/theme/img/icoa/progress_bar_past_bg.gif");
    background-repeat: repeat;
}

.progress.present {
    color: #fff;
    background: url("/theme/img/icoa/progress_bar_present_bg.gif");
    background-repeat: repeat;
}

.progress.future {
    color: #888;
}

