ul {
    list-style-type:disc;
}
ol {
    list-style-type:decimal;
}

.hint {
    font-weight: 400;
}

#touPage {
    height: 320px;
    border:1px solid #ADADAD;
    background-color:white;
    padding:10px 20px;
    overflow: auto;
}
#touPage > h1, h2 {
    text-align:center;
    margin:5px auto;
    padding-bottom:10px
}

#touPage .container {
    width: 100%;
    padding: 0;
}

.highlight {
    background-position: 0px 12px;
    padding: 8px 15px 8px 15px;
    border: solid 1px #666;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 60px;
    background-color: #FFE075;
}

.highlight h4 {
    line-height: 1.3em !important;
}

#tou h3 { font-size: 16px;}
#tou h4,
#tou p,
#tou li
{
    font-size: 0.9em;
}

#registration-form fieldset {
    border: 1px solid #DDD;
    padding: 0 20px 20px 20px;
    margin: 30px -20px 10px -20px;
    -moz-border-radius: 7px;
}

#registration-form legend {
    padding: 5px 15px;
    margin-bottom: 10px;
    border: solid 1px #cccccc;
    -webkit-padding-start: 15px;
    -webkit-padding-end: 10px;
}

#registration-form .buttons {
    margin-bottom: 10px;
}

#registrationform-gender .radio {
    display: inline-block;
}