.error{
    color: red;
    text-align: center;
}

.note{
    font-style: italic;
    font-size: x-small;
}

h1{
    text-align: center;
    color: #666666;
    font-size: x-large;
}

p{
    text-align: justify;
    margin-bottom: 10px;
}

li{
    margin-left: 50px;
    text-align: justify;
}

input{
    vertical-align:middle!important;
    vertical-align:-2px;
    color:#000;
    position:relative;
    border-style: solid;
    border-width: 1px;
    border-color: orange;
    margin-bottom: 4px;
    margin-top: 4px;
    height: 20px;
}

textarea{
    vertical-align:-2px;
    color:#000;
    position:relative;
    border-style: solid;
    border-width: 1px;
    border-color: orange;
    margin-bottom: 4px;
    margin-top: 4px;
}

.adv{
    text-align: center;
    color: orange;
    font-weight: bold;
}

.adv_separate{
    border-bottom: 1px dotted;
    margin-top: 10px;
}

.adv_title{
    background-color: orange;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.adv_text{
    font-size: 0.9em;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #DEDEDD;
}
