
#content_1{
    min-height:470px;
}

#content_1 a {
    color:#86A1CE;
}


#content_1 a:hover {
    color:#fff;
}


#form_container{
    font: normal 8pt Tahoma, Arial, Helvetica, sans-serif;
    width:410px;
    height:auto;
    margin:0;
    padding:10px;
    overflow: hidden;

    /*border: 1px solid #94ABC3;*/
}



#form_container.label {
    display: block;  /* block float the labels to left column, set a width */
    float: left;
    width: 150px;
    padding: 0;
    margin: 1px; /* set top margin same as form input - textarea etc. elements */
    text-align: left;
}




#form_container input, #form_container textarea, #form_container select {
    /* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
    width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
    margin: 2px 0 0 5px; /* set margin on left of form elements rather than right of
                          label aligns textarea better in IE */
}

#form_container input.form_input{
    border: 1px solid #C8D2D9;
    background-color:#FFFFFF;
}


#form_container label.left_label{
    float:left;
    width:80px;
    padding-top:1px;
    text-align:right;
    color:#888;
}





