#GuardOver {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;	
	opacity: 0.8;
	filter: alpha(opacity = 80);
	background: #000;
	z-index: 90;
}

#guardian {
	position: absolute;
	overflow: hidden;
	width: 493px;
	height: 380px;
	padding: 0px;
	margin: 0px;
	background: #fff;
	z-index: 100;
}
#guardian .header {
	height: 37px;
	width: 100%;
	line-height: 35px;
	padding-left: 20px;
	font-size: 14px;
	color: #fff;
	background: url(../img/header.gif) no-repeat;
}
#guardian .content {
	padding: 20px;
	color: #798289
}
#guardian .content .nazov {
	font-size: 14px;
	padding-bottom: 15px;
	color: #c3004b;
}
#guardian .content .infoska {
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 20px;
}
#guardian .content button {
	display: block;
	position: absolute;
	bottom: 15px;
	width: 180px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: url(../img/button.gif) no-repeat;
}
#guardian .guardClose {
	position: absolute;
	display: block;
	width: 67px;
	height: 30px;
	right: 20px;
	bottom: 15px;
	background: url(../img/buttonClose.gif) no-repeat;
}
#guardian .loadSmall {
	position: absolute;
	top: 182px;
	left: 242px;
}
#guardian .loadBig {
	position: absolute;
	top: 174px;
	left: 234px;	
}
#guardian .hlaska {
	position: absolute;
	width: 84%;
	border: 2px solid #007FC5;
}
#guardian .hlaska.error {
	border: 2px solid #EF1D25;
}
.guardianButtonField {
	float: left;
	margin-right: 24px;
}
.guardianLink {
	display: block;
	height: 30px;
	width: 115px;
  background: url(../img/buttonVariant.gif) no-repeat;
}
.guardianLinkbez {
	color: #666F75;
}
.guardianLinkRed {
	height: 30px;
	width: 115px;
	background: url(../img/buttonRed.gif) no-repeat;
}
