div#map-container {
            background-color: #ddd;
            min-height: 520px;
        }
		
.HIGHLANDER_button_hot.primary {
    background-color: #ff6901;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8c3f), to(#ff6901));
    background: -moz-linear-gradient(top,  #ff8c3f,  #ff6901);
    color: #fff;
}
.HIGHLANDER_button_hot {
    display: inline-block;
    width: 90%;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 5px 10px 6px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    font-weight: bold;
    border: 0;
    line-height: 1;
}