#map div p  {
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	line-height: 1.2em;
}
#control a {
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	color: black;
	display: block;
	line-height: 15px;
	margin-right: 3px;
	padding: 3px 5px;
	text-decoration: none;
	z-index: 9 !important;
	width: 45px;
}
#control a:hover {
	background-color: #006EB4;
	color: #FFFFFF;
}


.left, .right {
	float: left;
}
.left {
	width: 150px;
}
.right {
	width: 318px;
}
.zoomLine, .areaLine, .buttonLine {
	margin-top: 10px;
}
.buttonLine {
	padding-left: 150px;
}
.buttonLine .left {
	width: 100px;
}
.buttonLine .right {
	width: 218px;
}
#area {
	background-image: url(area.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 19px;
	width: 134px;
	float: left;
}
#knob {
	height: 19px;
	width: 7px;
	background-image: url(knob.gif);
	background-repeat: no-repeat;
}
span#errorInfo {
	font-size: 10px;
}
span#invalid, span#notFound, span#tooShort {
	display: none;
}
#upd {
	float: left;
	margin-top: 2px;
	width: 38px;
	text-align: right;
}

#listAddresses {
	margin-top: 15px;
}
#listAddresses .blockWrap {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #bfbfbf;
	height: 84px;
}
#listAddresses .block {
	float: left;
	width: 227px;
	height: 84px;
}
#listAddresses .first {
	margin-right: 13px;
	border-right: 1px solid #bfbfbf;
}
