body{
    background-color: #fff;
    line-height: 1.8em;
}

/* hacks */
/* FF */
div.default{}

/* IE7 && IE6 */
html* div.default{}

/* Safari  & Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.default{}
}

a,
a:hover{
    text-decoration: none;
    color: #aeaeae;
}

a:active,
a:focus{
    border:0px solid #999; 
    outline: 0;
}

input,
input:active,
input:focus{
    outline: 0;
}

div.submit input{
    font-size: 18px;
    margin: 5px;
    padding: 5px 30px;
    width: auto;
}

html* div.submit input{
    padding: 5px 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.submit input{
        padding: 6px 30px;
    }
}



#header h1,
#header h1 a,
#header h1 a:hover{
    background-image: none;
    background: #fff;
    font-family: "Times New Roman", "Times",serif;
    color: #aeaeae;
    font-weight: normal;
    font-size: 56px;
    line-height: 64px;
    text-decoration: none;
}

#header p.hint{
    position: relative;
    top: -12px;
}

html* #header{
    margin-top: 30px;
}


#footer p.hint{
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding-right: 20px;
    font-size: 70%;
    color: #aeaeae;
}



p{
    font-size: 110%;
}

#header h1{
    width: 80%;
    margin: 0px auto;
    margin-top: 40px;
}

#header p{
    width: 80%;
    margin: 0px auto;
    padding: 0 0 0 42px;
}

#header h1 a{
    padding: 20px 0 0 20px;
}

.hint{
    font-style: italic;
    color: #aeaeae;
    margin-left: 14px;
}

form{
    width: 80%;
    margin: 0 auto;
}

div.checkbox label{
    width: 90%;
    float: left;
}

form div.submit{
    margin-left: 0px;
    text-align: center;
}

fieldset{
    padding-top: 30px;
}

html* fieldset{
    padding-top: 30px;
    margin-top: 0px;
}

form{
    margin-top: 0;
    padding-top: 0px;
}

fieldset legend{
    font-family: "Times New Roman", "Times",serif;
    color: #aeaeae;
    font-weight: normal;
    font-size: 36px;
    line-height: 36px;
    margin: 0 0px;
}

html* fieldset legend{
    margin-bottom: 30px;
}

fieldset p{
    clear: both;
    margin-left: 7px;
}

.fg-button { 
   outline: 0; 
   margin:0 4px 0 0; 
   padding: .4em 1em; 
   text-decoration:none !important; 
   cursor:pointer; 
   position: relative; 
   text-align: center; 
   zoom: 1; 
}

/* ========= */
/* = Forms = */
/* ========= */

div.radio {
    clear: both;
}

div.radio input{
    float: left;
    margin: 6px;
}

div.checkbox input{
    float: left;
    margin: 6px;
    margin-top: 5px;
}

/* IE7 && IE6 */
html* div.radio label{
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}
html* div.radio input,
html* div.checkbox input{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-top: 3px;
    margin-right: 6px;
    border: solid 0px #f00;
    width: auto;
}

/* Safari  & Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.radio input{
        margin-top: 4px;
    }
}

.errorred{
    color: #a00;
    font-weight: bold;
}

div.error-message{
    display: none;
}
