﻿body 
{

}

.menu_box {
    width:20%;
    text-align:center;
    padding-left:5px;
    padding-right:5px;
}

.menu_box_left {
    width:20%;
    text-align:center;
    padding-right:5px;
}

.menu_box_right {
    width:20%;
    text-align:center;
    padding-left:5px;
}

.box2 {
    width:91%;
    background: url(/images/mailmanager/bg_box2.gif) top repeat-x;
    text-align:center;
    padding-bottom:13px;
    font-size:11px;
    font-weight:bold;
}

a.red,a.red:link,a.red:visited,a.red:active    {
    color:#AC1015;
    text-decoration: none;
}
a.red:hover {
    color:#AC1015;
    text-decoration: underline;
}

.red    {
    color:#AC1015;
    text-decoration: none;
}