.btDelete
{
    width: 56px;
    height: 25px;
    line-height: 25px;
    background-image: url(images/Button/Delete01.gif);
    background-repeat: no-repeat;
    padding-left:25px;
}
A.btDelete:hover,A.btDelete::active
{
    background-image: url(images/Button/Delete02.gif);
    background-repeat: no-repeat;
    text-decoration: none;
}

.btReply
{
    width: 56px;
    height: 25px;
    line-height: 25px;
    background-image: url(images/Button/Reply01.gif);
    background-repeat: no-repeat;
    padding-left:25px;
}
A.btReply:hover,A.btReply::active
{
    background-image: url(images/Button/Reply02.gif);
    background-repeat: no-repeat;
    text-decoration: none;
}

.btForward
{
    width: 56px;
    height: 25px;
    line-height: 25px;
    background-image: url(images/Button/Forward01.gif);
    background-repeat: no-repeat;
    padding-left:25px;
}
A.btForward:hover,A.btForward::active
{
    background-image: url(images/Button/Forward02.gif);
    background-repeat: no-repeat;
    text-decoration: none;
}

.btSend
{
    width: 57px;
    height: 23px;
    line-height: 23px;
    background-image: url(images/Button/Send01.gif);
    background-repeat: no-repeat;
    padding-left:25px;
}
.btSave
{
    width: 109px;
    height: 23px;
    text-indent: 26px;
    text-decoration: none;
    line-height: 23px;
    background-image: url(images/Button/Save01.gif);
    background-repeat: no-repeat;
}

A.btSend:hover,A.btSend::active
{
    background-image: url(images/Button/Send02.gif);
    background-repeat: no-repeat;
    text-decoration: none;
}

A.btSave:hover,A.btSave::active
{
    background-image: url(images/Button/Save02.gif);
    background-repeat: no-repeat;
    text-decoration: none;
}

A.btSave:link, A.btSave:visited,A.btSend:link, A.btSend:visited,.LeftContentItem A:link, .LeftContentItem A:visited,
A.btForward:link, A.btForward:visited,A.btReply:link, A.btReply:visited, A.btDelete:link,  A.btDelete:visited
{
    text-decoration: none;
    color: #003399;
}


/*×ó²¿µ¼º½*/

#MailBoxList
{
    margin-top: 18px;
    list-style-image: url(images/blank.gif);
    margin-bottom: 12px;
    margin-left: 30px;
    line-height: 140%;
}

.MailContentNav
{
    border-bottom:solid 1px #c0c0c0;
    padding:3px 0 3px 6px;
}

.MailContentNav A:link, .MailContentNav A:visited
{
    font-size: 12pt;
    font-weight: bold;
    color: #002F76;
    text-decoration: none;
    background-image: url(images/button/write24.gif);
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 6px;
    height: 30;
    background-position-y: center;
    letter-spacing: 3px;
}

.MailContentNav A:hover,.MailContentNav A:active,.ContentChildItem A:hover,.ContentChildItem A:active,.RightRail A:hover,.RightRail A:active,.NavTop A:hover,.NavTop A:active
{
    TEXT-DECORATION: underline;
    Color:#990000;
}

