.contact-name{
    font-size: 16px;
    margin-bottom: 10px;
    color: #FF0000;
}
.contact-address{
    margin-bottom: 5px;
}
.contact-text{
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px 0px;
    position: relative;
}
.contact-text .mapview{
    position: absolute;
    top: 6px;
    right: 0px;
}
.contact-text .mapview a{
    color: #FF6600;
}
.map-view{
    border: 1px solid #CCC;
    padding: 5px;
}
div.error{
    font-size: 11px;
    color: #FF0000;
}
.bnt_submit{
    background: none repeat scroll 0 0 #50c22c;
    border: 1px solid #44ac23;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 10px;
}