.req_head {
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: thin solid black;
    display: block;
    padding: 5px 15px;
    margin-bottom: 15px;
    font-size: 10pt;
    font-family: Verdana;
}
.req_head legend {
    display: block;
    padding: 5px 15px;
#    margin-left: 50px;
#    -moz-border-radius: 10px;
#    border-radius: 10px;
#    color: white;
#    background-color: #138dd1;
    font-weight: bold;
}
span.hint {
    color: red;
    float: right;
}
.request dt {
    display: block;
    float: left;
    width: 200px;
    text-align: right;
    margin: 0px 10px;
#    line-height: 30px;
}
.request dd {
    display: block;
    width: 700px;
#    line-height: 30px;
}
.request input,
.request_wide input {
    border-bottom: thin solid grey;
}
.request_wide dt {
    display: block;
    float: left;
    width: 700px;
    text-align: right;
    margin: 0px 10px;
#    line-height: 30px;
}
.request_wide dd {
    display: block;
    float: left;
    width: 200px;
#    line-height: 30px;
}
button.send_form {
    margin-left: 150px;
    line-height: 35px;
    padding: 5px 15px;
    font-size: 14pt;
    font-weight: bold;
#    border-radius: 10px;
#    -moz-border-radius: 10px;
#    background-color: #138dd1;
#    color: white;
}

