/* Home 3 Styles */

#edit_info_container {
    width: 877px;
    margin: 0 auto;
    background: url("../images/bg_edit_info.png") no-repeat;
    padding-top: 12px;
}

#edit_info {
    width: 847px;
    margin: 0 auto;
    background-color: #fff;
    padding: 1px 15px 0;
    min-height: 510px;
    height: auto !important; /* min-height fix for IE6 */
    height: 510px;
}

#edit_info a {
    color: #5b5b5b;
    font-size: 12px;
}

#edit_info h1 {
    height: 27px;
    color: #5883AC;
    font-size: 18px;
    font-weight: bold;
    background: url("../images/envelope_icon.gif") no-repeat;
    padding: 10px 0 0 47px;
}

#edit_info h3 {
    color: #88A040;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#edit_info #column1 {
    padding: 15px 40px 15px 15px;
    border-right: 1px dotted #88A040;
}

#edit_info #column2 {
    padding: 15px 15px 15px 40px;
}