/* Карта сайта */
.map_container_textbox {
	position:absolute; top:35px; right:0px;
	background-color: transparent;
	width: 500px;
	height: 300px;
}
.map_container_background {
	position:absolute; top:22px; right:0px;
	background-color: #333333;
	width: 550px;
	height: 300px;
}
.map_container_background {
	filter: alpha(opacity=85);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
 -moz-opacity: 0.85s0; opacity:0.85;
}
.map_text {
	word-spacing: 2px;
	color: white;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.map_header {
	color: white;
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-bottom: 3px;
	padding-top: 10px;
}
.map_list {
	list-style-type: square;
	word-spacing: 2px;
	color: white;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
}
.map_list a {
	color: #ff6600;
	text-decoration: none;
}
.map_list a:hover {
	color: #99cc33;
	text-decoration: underline;
}





/* Послать письмо */
.mail_container_textbox {
	position:absolute; top:35px; left:420px;
	background-color: transparent;
	width: 400px;
	height: 395px;
}
.mail_container_background {
	position:absolute; top:22px; right:0px;
	background-color: #669999;
	width: 500px;
	height: 395px;
}
.mail_container_background {
	filter: alpha(opacity=85);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
 -moz-opacity: 0.85s0; opacity:0.85;
}
.mail_text {
	word-spacing: 2px;
	color: white;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.mail_header {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-bottom: 3px;
	padding-top: 10px;
}
