.contact-form-tools{
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: rgba(255,255,255,0.7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
}

.contact-form-tools h1{
    color:#333333;
    font-size: 30px;
    margin-bottom: 20px;
}

#div_main .form-group {
    height:60px;
}
#legendDiv {
    position: absolute;
    right: 10px;
    top: 126px;
    background: transparent;
}
ul {
    list-style:none;
}
.circle {
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}