.input_form {
    width:489px;
    height: 24px;
    border: 3px solid #eeeeee;
    padding-left: 5px;
    margin: 4px 0;
    font-family: 'Quattrocento', serif;
    font-size: 15px;
}

.textarea_form {
    width:485px;
    height: 100px;
    border: 3px solid #eeeeee;
    padding: 5px;
    margin: 4px 0;
    font-family: 'Quattrocento', serif;   
    font-size: 15px;
}

.textarea_privacy_form {
    width:485px;
    height: 60px;
    border: 3px solid #eeeeee;
    padding: 5px;
    margin: 4px 0;
    font-family: 'Quattrocento', serif;   
    font-size: 13px;
    color: #818181;
}

.check_privacy_form {
    font-family: 'Quattrocento', serif;   
    font-size: 13px;
    height: 30px;
    color: #818181;
    margin-top: 10px;
}

.submit_form {
    font-family: 'Quattrocento', serif;   
    font-size: 14px;
    font-weight: bold;
    color: #818181;
    float:right;
    cursor: pointer;
}
.submit_form:hover {
    color: #434343;
}

#google-map {
    width: 498px;
    height:478px;
    border: 1px solid #a1a1a1;
    margin-top: 10px;
}

#map-canvas {
    width: 498px;
    height:478px;
}