body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #505050;
    font-size: 11px;
    font-weight: bold;
}

select {
    font-size: 11px;
}

a:hover {
    color: #B52900;
}

img {
    border-style: none;
}

form {
    max-width: 98%;
    background: url(/img/bg_dots.gif) repeat-x;
    margin-top: 10px;
    padding-top: 12px;
}

input {
    margin: 0;
    padding: 0.25em;
    background-color: #E6E5DB;
    border-style: none;
    width: 4em;
    font-size: 1.2em;
    font-weight: bold;
}

label {
    font-size: 11px;
    color: #505050;
    font-weight: bold;
}

div.purl {
    float: right;
    margin-top: 5px;
    font-weight: normal
}

div.purl span {
    font-weight: normal;
}

#facs-meta {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 450px;
    height: 115px;
    padding: 10px;
    background-color: #FFF;
    width: 100%;
    z-index: 2000000000;
}

#facs-meta p {
    margin: 0;
    line-height: 19px;
}

#logo {
    float: left;
    margin-right: 20px;
    vertical-align: top;
}

#facs {
    position: relative;
    top: 135px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

#info {
    width: 240px;
    height: auto;
    text-align: center;
    margin: 100px auto auto auto;
    padding-left: 35%;
}

#facs-zoom {
    position: absolute;
    width: 200px;
    height: 200px;
    overflow: hidden;
    top: 0;
    right: 20px;
}

#usage-info {
    position: absolute;
    width: 210px;
    top: 60px;
    left: 60px;
    z-index: 1500;
    background-color: #FFF;
    padding: 10px;
    border: 1px solid #ECEBE4;
    -webkit-box-shadow: #888 2px 2px 4px;
    -moz-box-shadow: #888 2px 2px 4px;
    box-shadow: #888 2px 2px 4px;
    color: #505050;
    font-size: 11px;
    font-weight: bold;
}

#display-select {
    margin-top: 5px;
}

a.nav {
    margin-right: 30px;
}

@media only screen and (max-device-width: 770px) {
    a.nav {
        margin-right: 15px;
    }

    #display-select {
        visibility: hidden;
    }
}
