
/* плавающие поп-апы */
.Float {
	position: absolute;
	z-index: 1200;
	background: #fff;
	left: 25%;
	top: 25%;
	width: 50%;
	display: none;
	color: inherit;
	text-align: left;
}
.FloatLogin {
	height: auto;
	width: 30em;
	padding-bottom: 1em;
	border: gray 1px solid;
}
.FloatHeader h4 {
	padding: .5em;
	margin: 0;
	background:#663215;
	color: #fff;
}
.FloatHeader h4 .message, .FloatHeader h4 .error {
font-weight: normal;
background:#663215;
color: #fff;
z-index: 202;
}
.FloatScroll {
	position: relative;
}
.FloatContainer {
	padding: 1em;
}
.Float .FloatClose {
	float: right;
	margin-top: .5em;
	margin-right: 1em;
	border: 0px;
	text-decoration: none;
	cursor: pointer;
	z-index: 1201;
}
.Float .ToolBarLocal {
	width: 100%;
	padding: 0px;
}
.Float .ToolBarLocal input {
	margin: .2em 0 .2em .2em;
}
.FloatMask {
	position: absolute;
	z-index: 1198;
	background: #fff;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	color: inherit;
}

