* {
    margin: 0;
    padding: 0;
}
html { font: 75%/160% helvetica,arial,sans-serif; }
body {
    margin: 0;
    text-align: center;
    background: #fff url(/images/bg.png) top left repeat-x;
}
table { font-size: 100%; } /* IE 6 (ad 5?) makes the fonts huge without this */
images {
    border: 0;
}
hr {
    clear: both;
    visibility: hidden;
}
blockquote, code, h1, h2, h3, h4, h5, h6, hr, dd, dl, dt, li, dd, p, label, input {
    font-size: 1.2em;
}
fieldset { 
    border: none; 
    background-color: #eee;
    margin-bottom: 2em;
    padding: 1em 2em;
}
legend {
    padding: 2em 0;
    font-size: 1.4em; 
}
label {
    display: block;
    margin: 0 0 .5em 0;
    font-weight: bold;
}
input, fieldset p {
    display: block;
    margin: 0 0 2em 0;
}
fieldset p { float: right; color: #778; width: 22em; }
ul.error_list {
    clear: right;
    float: right;
    width: 26em;
    display: block;
    color: #c00;
}
ul.error_list li {
    list-style: none;
    display: inline;
    color: #c00;
}
textarea { 
    margin-bottom: 2em; 
    width: 36em;
}
input[type=text] { width: 28em; height: 1.5em; line-height: 1.5em; }
.inline input[type=text] { width: 3em; }
.inline input { display: inline; margin: 0;}
.contentWrapper
{
    margin: 0 auto;
    text-align: left;
    width: 80em;
}
h1 {
    color: #fff;
    margin-bottom: 2em;
    padding: 58px 0 13px 53px;
    font: bold 14px/20px arial, sans-serif;
    background: transparent url(/images/logo.png) left center no-repeat;
}
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h2, h3, h4 { margin-bottom: 1em; }
p, ul { margin-bottom: 2em; }
ul, ol { margin-left: 2em; }
fieldset div {
    clear: both;
    margin: 0 0 1em 0;
}
.copyright {
    color: #666;
    text-align: right;
    font-size: 1em;
}
.margin0 { margin: 0; }
.error, .warning, .notice {
    padding: 2em;
}
.error {
    background-color: #fcc;
}
.warning {
    background-color: #ffc;
}
.notice {
    background-color: #cfc;
}
span#backLinkSpan {
    font-size: 70%;
}
span#backLinkSpan a {
    color: #1281FF;
    font-weight: normal;
    text-decoration: underline;
}
span#backLinkSpan a:hover {
    color: #333333;
}

