#messagetoolbar a.button,
#messagetoolbar a.buttonPas,
#messagetoolbar a,
#abooktoolbar a.button,
#abooktoolbar a.buttonPas
{
    margin-right: 70px;
    overflow: visible;
    vertical-align: middle;
    height: 32px;
}

#messagetoolbar a b,
#abooktoolbar a b
{
    display: block;
    float: left;
    font-size: 9px;
    max-height: 32px;
    left: 32px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    width: 75px;
    top: 10%;
}

#searchfilter {
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    right: 190px;
    vertical-align: middle;
    white-space: nowrap;
}

#quicksearchbar {
    top: 25px;
}

#messagetoolbar,
#abooktoolbar
{
    left: auto;
    margin-left: auto;
    margin-right: auto;
    min-width: 10px;
    right: auto;
    width: auto;
    position: static;
}

#messagetoolbar,
#abooktoolbar
{
    background: none;
}

#messagetoolbar select.mboxlist {
    position: fixed;
    right: 20px;
    top: 25px;
}

.messagetoolbar_div {
    background: url("button-bar-middle.png") repeat-x scroll 0 0 transparent;
    border-left: 1px dotted #333333;
    display: block;
    float: left;
    padding-right: 10px;
    height: 35px;
    width: 112px;
}

.messagetoolbar_div:first-child {
    background: url("button-bar-left.png") repeat-x scroll 0 0 transparent;
    border-left: none;
}

.messagetoolbar_div:last-child {
    background: url("button-bar-right.png") repeat-x scroll 155px 0 transparent;
    width: 145px;
}
#messagetoolbar span.dropbutton {
    display: none;
}
#rcmbtn_compose_addressbook{
    display: block;
    float: left;
    position: absolute;
}
