div.pager {
    clear: both;
    margin: 10px 10px 10px 15px;
    padding: 2px 2px 4px 2px;
    width: 546px;
    background: transparent url(site/images/box_bg.jpg) repeat-x left top;
    border: 3px double #E5E5E5;
}
div.pager a,
div.pager span {
    margin: 0px 2px 0px 2px;
}

table.items a.button {
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #2074B0;
    display: block;
    background-color: #FFF;
    color: #2074B0;
    padding: 3px;
    text-align: center;
}
table.items a.button {
    padding: 1px 3px 1px 3px;
}
table.items a.button.new:hover {
    background-color: #2074B0;
    color: #FFF;
}

table.items a.button.edit:hover {
    background-color: blue;
    color: #FFF;
}

table.items a.button.delete:hover {
    background-color: red;
    color: #FFF;
}

*.error {
    border: 1px solid red;
    background-color: #ffeeee;
}

label.error {
    border: 0;
    font-weight: bold;
    color: red;
    background-color: transparent;
}

