.rounded_grey{
  padding: 10px;
  margin-bottom: 10px;
  background-color: #ebebeb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.rounded_colour{
  padding: 10px;
  margin-bottom: 10px;
  background-color: #FACE13;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.rounded_white{
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

.normal_grey{
  padding: 10px;
  margin-bottom: 10px;
  background-color: #ebebeb;
}

.normal_colour{
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f5cece;
}

.css-map-container.m430{
  width: 635px; /* must be a sum of the map and visible list widths and paddings */
 }
.m430 .css-map,.m430 .map-visible-list{
  display: inline-block; /* for IE7 use display:inline; zoom:1; */
  vertical-align: bottom;
 }
.m430 .map-visible-list{
  margin-left: 20px;
  margin-bottom: 30px; 
  }
.m430 .map-visible-list li{ width: 100%; }