body {
    margin: 0px;
    padding: 0px;
}

body, input {
    font-size: 11px;
    font-family: Verdana, sans-serif;
}

h1 {
    font-size: 22px;
}

#divContainer {
    width: 470px;
}

img {
    float: left;
}

ul {
    clear: both;
    padding: 0px;
    list-style-type: disc;
}

fieldset {
    padding: 4px;
    border: 0px;
    background: #eee;
}

label {
    display: block;
    float: left;
}

label, input {
    width: 200px;
    margin: 2px 0 0 0;
}

br, p {
    clear: both;
}

.important {
    color: #f00;
}

#divRemind {
    padding: 4px;
}

#footer {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: block;
    text-align: center;
    color: #999;
    font-size: 9px;
    margin: 10px 0 0 0;
}

html {
    height: 100%;
}


body {
    height: 100%;
    font-family: arial, sans-serif;
    font-size:13px;
    color:#666;
    background: url( ../images/brooklyn_blue.png ) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:relative;
}

input {
    font-family: arial, sans-serif;
    font-size:13px;
    color:#666;
}

#divContainer {
    padding: 20px;
    margin: -215px 0 0 -235px;
    min-height:430px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

h1, h2, h3, a {
    color: #48A4D9;
}

a {
    display: block;
    line-height: 24px;
}

fieldset, #divDisclaimer, #divRemind {
    background: none repeat scroll 0 0 #fff;
}

#divLogin label {
    font-weight:bold;
}

#divLogin legend {
    display:none;
}

#divLogin input[type=button],
#divLogin input[type=submit]{
    background: #000;
    border:0px;
    color:#fff;
    padding:12px 8px;
    display:block;
    width:100%;
    cursor:pointer;
    margin-top:12px;
}

#divLogin input[type=button]:hover,
#divLogin input[type=submit]:hover{
    background:#48A4D9
}

ul {
    padding-left:20px;
}

.button {
    background: #0076C0;
    color: #fff;
    border: 0px;
}

#divDisclaimer {
    padding: 4px;
}

#divContainer {
    background-color:white;
}

img {
    float: none;
}