#container{
    position:relative;
    height:700px;
}
#googleMap{
    border: 1px dashed #C0C0C0;
    width: 75%;
    height: 700px;
}

/* cluster */
.cluster{
    color: #FFFFFF;
    text-align:center;
    font-family: Verdana;
    font-size:14px;
    font-weight:bold;
    text-shadow: 0 0 2px #000;
    -moz-text-shadow: 0 0 2px #000;
    -webkit-text-shadow: 0 0 2px #000;
}
.cluster-1{
    background: url(/assets/images/makers/marker.png) no-repeat;
    line-height:25px;
    width: 26px;
    height: 33px;
}
.cluster-2{
    background: url(/assets/images/makers/marker.png) no-repeat;
    line-height:53px;
    width: 60px;
    height: 48px;
}
.cluster-3{
    background: url(/assets/images/makers/marker.png) no-repeat;
    line-height:66px;
    width: 70px;
    height: 56px;
}

/* infobulle */
.infobulle{
    overflow: hidden;
    cursor: default;
    clear: both;
    position: relative;
    height: 34px;
    padding: 0;
    background-color: rgb(57, 57, 57);
    border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    border: 1px solid #2C2C2C;
}
.infobulle .bg{
    font-size:1px;
    height:16px;
    border:0px;
    width:100%;
    padding: 0px;
    margin:0px;
    background-color: #5E5E5E;
}
.infobulle .text{
    color:#FFFFFF;
    font-family: Verdana;
    font-size:11px;
    font-weight:bold;
    line-height:25px;
    padding:4px 20px;
    text-shadow:0 -1px 0 #000000;
    white-space: nowrap;
    margin-top: -17px;
}
.infobulle.drive .text{
    background: url(images/drive.png) no-repeat 2px center;
    padding:4px 20px 4px 36px;
}
.arrow {
    position: absolute;
    left: 45px;
    height: 0;
    width: 0;
    margin-left: 0;
    border-width: 10px 10px 0 0;
    border-color: #2C2C2C transparent transparent;
    border-style: solid;
}

.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    padding: .5em;
    padding-right:1.5em;

}