.home_img
{
    float: left;
    margin: 3px;
    margin-right: 10px;
    
    width: 160px;
    height: 226px;
    
    background: #fafafa;
    
    background-image: url('../images/home/image1.png');
    background-repeat: no-repeat;
    background-position: center;
    
    border: 1px solid #aaaaaa;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    
    -moz-box-shadow: 2px 1px 2px #aaaaaa;
    -webkit-box-shadow: 2px 1px 2px #aaaaaa;
    box-shadow: 2px 1px 2px #aaaaaa;
}

.logo_img
{
    float: right;
    position: relative;
    
    width: 308px;
    height: 80px;
    
    top: 20px;
    background-image: url('../images/home/melderon_logo.png');
    background-repeat: no-repeat;
    background-position: center;
}

p, a
{
    font-size: 14px;
    line-height: 16px;
    text-align: left;
}

.login_wrapper
{
    float: right;
    position: relative;
    width: 310px;
    
    margin-top: 0px;
    margin-left: 5px;
    top: -18px;
}
.login_header
{
    float: left;
    
    width: 302px;
    height: 20px;
    
    background-color: #eaf2e9;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    
    margin-left: 2px;
    
    border: 1px solid #d9e1d8;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.login_row_wrapper
{
    float: left;
    position: relative;
    
    width: 302px;
    margin-left: 3px;
}
.login_cell_wrapper
{
    float: left;
    position: relative;
    
    width: 148px;
    height: 20px;
    margin-left: 0px;
}
.login_text1
{
    float: left;
    
    width: 142px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #005500;
    font-family: arial, verdana, sans-serif;
    margin-top: 2px;
    margin-bottom: 2px;
}
