div#map {width: 740px; height: 743px; background: url('../img/img_contacts_map.png'); float: right;}
#bg_mapa {border: none; width: 747px;}
div.form-wrapper {width: 460px; position: relative; float: right;}
div.form-wrapper h3 {position: absolute; top: 5px;}
div.form-wrapper .styledSelect{position: absolute; top : 0px; right: 0px;}
/* styly pre jquery styled select */
.styledSelect {
	width: 222px;
	font-size: 12px;
	height: 26px;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	background: #FFF url('../img/bg_select_box.png') top left no-repeat;
}
.styledSelect ul {
	list-style: none;
	padding: 4px 0 0 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.styledSelect.open ul {
	border: 1px solid #dae5e7;
	padding: 0px;
}
.styledSelect ul li {
	font-family: sans-serif;
	margin: 0;
	padding: 2px 2px 2px 2px;
	display: block;
	cursor: pointer;
}
.styledSelect.open ul li { background-color: #FFF; }
.styledSelect.open ul li.selected { background-color: #EEE; }
.styledSelect.open ul li:hover { background-color: #EEE; }

/* iframe */
div#selected-contact {margin: 30px;}

.form-wrapper input {
    display: none;
}

.form-wrapper fieldset {
    border: 0px;
}

.form-wrapper legend {
    text-indent: -9999px;
}




