﻿
.briefcaseFooter{
margin:13px 0 0;
position:relative;
}
#trashCan
{
display:block;
width:70px;
padding:45px 5px 10px;
background:url(/_images/briefcase/recycleBin.gif) center 10px no-repeat;
color:#333;
text-decoration:none;
}
#trashCan:hover
{
    color:#f30;
}

.briefcaseMessage{
position:absolute;
top:15px;
left:106px;
width:276px;
height:38px;
padding:13px 0 0 55px;
background:url(/_images/briefcase/messageBox.gif) no-repeat;
font:bold 12px/1 arial,sans-serif;
color:#fe0000;
}
