/*
 * Stylesheet - Hide All
 * Products affected:
 * Advantage
 * GTI
 */

/*hide the following elements and move the bodynav to the left instead of the right*/
body, #wrap {background: #fff !important;}
#footer, #topmenu, #toprightnav, #photobutton, h1, #header {display:none;}
#maincontent h1 {background:#fff!important; margin:0; padding:0;}
#bodynav {float:left; padding:0;}

#policyModificationForm .errorBox, #policyModificationForm .springErrorBox {
    color:#ed605a;
    margin:0 0 12px;
    padding:10px;
    background-color:#ffeeee; /*fff0f0*/
    float:left;
    width:430px;
}
.errorBox p, .springErrorBox p {
    margin:0 0 5px!important;
    font-weight:bold;
}
.errorBox li, .springErrorBox li {
    font-size:.85em;
    line-height:1.2em;
    background:transparent url(../../images/ha/bg_li_error_arrow.png) 0 50% no-repeat;
    padding:0 0 0 25px;
    margin:0 0 0 0;
}
.errorBox h3, .springErrorBox h3 {
    font-size:1.2em;
    color:red;
}

#flhalf, .flhalf {
    width:49%;
}

#policyModificationForm input[type=text], #policyModificationForm input[type=select]
{
    width:180px;
}

#policyModificationForm textarea
{
    width:430px;
}

#policyModificationForm input#age, #policyModificationForm input.ageinput
{
    width:40px;
}

#policyModificationForm input[type=checkbox]
{
    width:14px;
}

#policyModificationForm p.policyNote
{
    float:left;
}