* html p {
    margin: 0;
}

body {
    font: normal 12px / 14px Arial, Verdana;
    text-align: center;
    color: #000;
    background: #FFF url('/img/stripe.gif') top left repeat;
}

#footer {
    text-align: right;
    width: 470px;
    padding: 2px;
    margin: 2px auto;
}

A {
    font: normal 12px / 14px Arial, Verdana;
    color: #000;
    text-decoration: underline;
}

A:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

strong {
    font-size: 14px;
}

p strong {
    color: #437AB5;
}

em {
    padding-left: 2px;
    font: normal 10px Arial, Helvetica, Verdana, sans-serif;
}

#navigation ul {
    margin: 0 auto;
    list-style-type: none;
    padding: 5px;
}

#navigation ul li {
    display: inline;
    margin: 0;
    background: #FFF;
}

#navigation ul li a {
    font: bold 13px / 16px Verdana, Arial;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    background: #89BACE;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#navigation ul li a:hover {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#tooltip {
    color: #000;
    font-size: 12px;
    padding: 2px 3px;
    margin: 0px auto 20px auto;
    width: 470px;
}

#tooltip strong {
    color: #000;
}

#tooltip A {
    background: #58B854;
    color: #FFF;
    padding: 3px;
}

#logo {
    text-align: center;
    padding: 0;
    width: 470px;
    margin: 0 auto;
}

#content, #error, #frame {
    border: 1px solid #000;
    width: 470px;
    padding: 2px;
    margin: 2px auto;
    background: #F6FAFB url('/img/gradient.gif') bottom right repeat-x;
}

#content {
    margin-top: 16px;
}

#footer {
    border-top: 2px solid #F0F0F0;
    padding: 0
}

#footer A {
    padding: 3px;
    text-decoration: none;
}

.fields {
    border: 0;
    margin: 20px 2px 0px 2px;
    margin-bottom: 5px;
    font: bold 16px / 22px Arial, Helvetica, sans-serif;
}

.center {
    background: transparent;
    padding: 2px 2px 4px 2px;
    line-height: 18px
}

.left span {
    font: bold 18px Arial, Helvetica, sans-serif;
    color: #437AB5;
    padding: 0 3px 3px 0px;
}

.left {
    text-align: left;
    width: 80px;
    padding-bottom: 5px;
    float: left;
}

.right {
    text-align: left;
    padding-bottom: 5px;
    margin-left: 80px;
}

#error {
    padding: 10px 2px;
    margin: 20px auto 0px auto;
    font: normal 16px / 18px Arial, Verdana;
    color: #000;
    background: #FFCFC9;
    border-color: #AE1500;
}

h1 {
    font: bold normal 24px Arial, Verdana;
    text-align: left;
    padding: 2px 0px 0px 10px;
    color: #000;
    font-weight: 900;
    font-variant: small-caps;
    margin: 0;
}

h2 {
    font: normal 12px Arial, Verdana;
    text-align: left;
    padding-left: 10px;
    margin-top: 0;
    color: #000;
}

p {
    text-align: left;
    padding: 4px;
    margin: 4px 12px 10px 12px;
    border: 1px solid #EFEFEF;
    font-size: 14px;
    background: #fff;
}

p:first-letter {
    text-transform: uppercase;
}

form {
    padding: 4px;
    margin: 0;
}

.button {
    font: bold 12px / 14px Verdana, Helvetica, Sans-serif, Arial;
    line-height: 12px;
    color: #000;
    background: #f3f3f3;
    margin-top: 10px;
    padding: 5px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    cursor: pointer
}

.textbox {
    color: #000;
    margin: 2px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    font: bold 12px Arial, Helvetica, sans-serif;
    background: #fff;
    width: 320px;
    padding: 5px;
}

.textbox:hover {
    background: #F5F9FB;
    border: 1px solid #89BACE;
}

#results {
    text-align: left;
}
#results ul {
    margin: 0 0 0 20px;
    list-style-type:decimal;
    padding: 5px;
}

#results ul li {
    margin:10px;
}

#results ul li a {
    font: normal 14px / 16px Verdana, Arial;
    color: #000;
    padding: 2px;
        line-height: 18px;
    text-decoration: none;
    background: #E2D1EC;
}

#results ul li a:hover {
    background: #CCADDE;
}
