#property_search .panel{
    overflow: hidden;
    background-color: #003D59;
    border-radius: 5px;
    padding: 10px 0;
    border: none;
}

#property_search label{
    font-size: 16px;
    color: #fff;
}

#property_search input,
#property_search select{
    margin: 0px;
    border-radius: 5px;
}

#property_search .button{
    padding: 0px;
    margin-top: 24px;
    width: 100%;
    font-family: journal;
    font-size: 30px;
    height: 38px;
}

#map{
    height: 400px;
}

#locations .panel{
    margin: 20px 0px 0px 0px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #F7F7F7;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    padding: 20px;
}

#locations h3{
    margin-top: 0px;
    color: #6fbcb7;
}

#locations .thumbnail{
    float:left;
    margin-right: 20px;
    background: url("../images/no-thumb.jpg") no-repeat;
}


#locations .distance{
    position: absolute;
    bottom: 10px;
    right: 20px;
}

#locations .img{
    position: absolute;
    right: 3%;
    top: 10px;
    height: 48px;
    width: 48px;
}

#locations p{
    margin: 0px;
}

#locations .distance{
    color: #ddd;
}

#map .errorMessage{
    color:#72c3c3;
    font-size: 30px;
    position: absolute;;
    top: 23%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 40px;
}

#map img{
    max-width:none;
}

#locations .panel table{
    margin: 5px 0 0 0 ;
    width: 100%;
}