/*
* common.css
*/

.searchbox {
    position: relative;
    left: -50px;
    top: 20px;
    height: 42px;
    white-space: nowrap;
    text-align: right;
    z-index:0;
    bottom: -1px; /* compensate for IE rendering issue */
}

.searchbox form {
    padding: 5px 10px;
    margin: 0;
}

.icon_pdf { display: inline; background: #cc0033; color: #ffffff; margin: 0px 2px; padding: 3px 3px 1px 3px; font-weight: bold; font-size: 80%; }

.accent { position: static; border-style: solid; border-width: 0px 0px 0px 5px; border-color: #cc0000; padding: 2px 0px 1px 3px; }
