html {
    width:100%;
    height:100%;
}
/*body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;

}*/
body {
    background: none !important;
}
a:link, a:visited, a:active {
    color:#000;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

#tooltip, #tooltip2 {

    padding:7px;
    border:thin solid #3366CC;
    background:#FFFFFF;
    font-size:11px;
    color:#000000;
    z-index: 1000;
    position: absolute;
}
.hidden{
    visibility:hidden;
}

.form-center {
    margin: auto;
    max-width: 433px;
    text-align: center;
}