.tx-staddressmap-pi1 p{
	display:none;
}


.tx-staddressmap-pi1 input, .tx-staddressmap-pi1 select {
  border: 1px solid #ccc;
  padding: 0.2em;
  -webkit-box-shadow: 0px 0px 2px 1px #cccccc;
  -moz-box-shadow: 0px 0px 2px 1px #cccccc;
  box-shadow: 0px 0px 2px 1px #cccccc;
}

.tx_adressmap_city_list li{
  list-style-type: none;
  cursor: pointer;
  padding-bottom: 2px;
}

.tx_adressmap_city_list li:hover{
  text-decoration: underline;
}

.error {
  color: red;
  font-weight: bold;
}


.tx_staddressmap_addresslist_item {
  padding: 10px;
  margin: 0 0 10px 0;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
  background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

.tx_staddressmap_gmap {
  margin: 0 0 20px 0;
}

table.bubble, table.bubble td, table.bubble th {
  border: 0;
  text-align: left;
  padding: 0;
}

.tx_staddressmap_submit:hover {
  cursor: pointer;
}
