h1{
    margin-top: 0px;
    margin-bottom: 12px;
}
.header_banner{
    margin-top: 4px;
    margin-bottom: 23px;
}
.top_link{
    font-size: small;
    text-align: right;
}
.input_form{

    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 5px;
    border-left-width: 5px;
    border-bottom-width: 5px;
    border-top-width: 5px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 5px;
    padding-top: 15px;
    border-right-color: #ddddbb;
    border-left-color: #ddddbb;
    border-bottom-color: #ddddbb;
    border-top-color: #ddddbb;
    background-color: #eeffff;
    text-align: center;
    line-height: 110%;

  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.error_message{
    font-size: small;
    font-weight: bold;
    color: red;
}

.ranking_link{
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-top: 5px;
    background-color: #eeeeee;
    text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
