.req_head {
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: thick solid #60aaeb;
    display: block;
    padding: 5px 15px;
    margin-bottom: 15px;
    font-size: 10pt;
    font-family: Verdana;    
}
.req_head legend {
    display: block;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 15px;
    margin-left: 50px;
    color: white;
    background-color: #ff8800;
    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: 25px;
}
.request dd {
    display: block;
    float: left;
    width: 500px;
    line-height: 25px;
}
.request input,
.request_wide input {
    border-bottom: thin solid grey;
}
.request_wide dt {
    display: block;
    float: left;
    width: 600px;
    text-align: right;
    margin: 0px 10px;
    line-height: 25px;
}
.request_wide dd {
    display: block;
    float: left;
    width: 100px;
    line-height: 25px;
}
button.send_form {
    margin-left: 120px;
    line-height: 35px;
    padding: 5px 15px;
    font-size: 14pt;
    font-weight: bold;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #ff8800;
    color: white;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
a {
  outline: none;
}
.cleaner {
  clear: both;
}