div{
	margin:0px;
	padding:0px;
}
table {
	margin:20px 0px;
}
table td {
	border:none;
}
ul {
	margin:0px;
	padding:0px;
}
ul li {
	background:none;
	/*padding:0px;*/
}
#content {
	margin:0px;
	padding:0px;
}
#content p {
	margin:16px 0px 0px 0px;
}
#content_container {
	margin:0px;
	padding:0 0 30px 0;
	
}

select {
	border:1px solid #999;
	cursor:pointer;
	font-size:14px;
	height:auto;
	outline:none;
	color:#555;
}

#map_canvas {
	height: 300px;
	width: 92%;
	border:none;
}
.map_shadow {
	display:block;
	position:relative;
	width:100%;
}
.map_shadow:before {
	position:absolute;
	content:"";
	bottom:13px;
	left:20px;
	width:30%;
	top:80%;
	z-index:-1;
}
.map_shadow:after {
	position:absolute;
	content:"";
	bottom:13px;
	right:20px;
	width:30%;
	top:80%;
	z-index:-1;
}

.back_button {
	display:block;
	position:relative;
	float:right;
	width:70px;
	margin:30px 0px 30px 0px;
	padding:14px 0px;
	color:#fff;
	background-color:#008b52;
	cursor:pointer;
	font-size:14px;
	text-align:center;
}
.back_button:hover {
	text-decoration:underline;
}
.back_button:after {
	position:absolute;
	content:"";
	bottom:14px;
	right:3px;
	width:50%;
	top:30%;
	z-index:-1;
}

.url_shadow {
	width:100%;
	height:29px;
	background-image: url('../../img/contacts_map/shadows.png') ;
	margin:0px;
	padding:0px;
}

.klase{
	width:265px;
	background-color:#fff;
	padding:20px 0px 20px 0px;
	margin-bottom: -1px;
}


.pp{
	display:none;
}

.close_window:hover {
	background-image: url('../../img/contacts_map/x_normal.png') ;
}

#mapform table,
#mapform table td {
	border: 0px;
	padding: 0px;
}

#map_canvas {
/*	width:510px;
	height:345px;*/
	width:700px;
	height:490px;
	margin: 0 0 25px 0;
}

.select-city-label {
	margin-bottom:5px;
}
#city_opt {
	min-width: 205px;
	background-color: #ffffff;
	color:#000;
	font-size: 13px;
}

.transformer-types-holder {
	margin-bottom: 20px;
	float:left;
}
.transformer-types-holder input[type="checkbox"] {
	margin-right:5px;
	float:left;
}
.transformer-types-holder label {
	color: #0065a3;
	cursor:pointer;
	margin-right: 5px;
	float:left;
	display: inline-block;
	line-height: 18px;
}

.klase {
	border-bottom: 2px solid #fbaf5d;
}

.transformer-types-label {
	float: left;
	margin-right: 10px;
}