/* HEADER STYLES 
-------------------------------------------------- */
.hdr
{
    text-align: right;
    padding: 10px 10px 0 0;
    color: #fff;
}

.hdr a
{
    color: #fff;
    font-size: 85%;
    text-decoration: none;
}

.hdr a:hover
{
    text-decoration: underline;
}

.hdr input
{
    width: 100px;
    font-size: .8em;
    height: 12px;
}

.hdr button#hdrSearch
{
    width: 59px;
    height: 16px;
    padding: 17px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(Images/Layout/appc-hdrSearchBtn.gif) no-repeat top left;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* IE 5.x */
}

