@import url("/i/fonts/stylesheet.min.css?rand=4");

html,
body {
	font-family: "PT Sans";
}

#dialog_zanoves {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1900;
	top: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0.2;
}

#dialog_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: auto;
	z-index: 2000;
	top: 0;
	bottom: 0;
}

#close_dialog {
	width: 21px;
	height: 21px;
	display: block;
	float: right;
	background: url(img/dialog_close.png);
	background-position: -2px 0;
}

#close_dialog:hover {
	background-position: 23px 0;
}

#dialog {
	position: absolute;
	left: 50%;
}

#dialog .label {
	border: 1px solid #000;
	background: #fff;
	border-radius: 6px;
	z-index: 100000;
	box-shadow: 0 0 10px black;
	padding: 20px;
}

#dialog .header {
	background: #5e5b5b;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
	padding: 7px 10px;
	color: white;
	font-size: 17px;
	font-weight: bold;
}

#dialog .data {
	text-align: left;
	margin: 10px 5px;
	overflow: hidden;
}

#dialog .header a {
	float: right;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#dialog .header a:hover {
	color: black;
}

#dialog_2 {
	position: absolute;
	left: 50%;
}

#dialog_2 .label {
	z-index: 100000;
	overflow: hidden;
	position: relative;
	background: #79b1d5;
	background: -moz-linear-gradient(top, #79b1d5 0%, #d8efc5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #79b1d5), color-stop(100%, #d8efc5));
	background: -webkit-linear-gradient(top, #79b1d5 0%, #d8efc5 100%);
	background: -o-linear-gradient(top, #79b1d5 0%, #d8efc5 100%);
	background: -ms-linear-gradient(top, #79b1d5 0%, #d8efc5 100%);
	background: linear-gradient(to bottom, #79b1d5 0%, #d8efc5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79b1d5', endColorstr='#d8efc5', GradientType=0);
	border-radius: 5px;
	-webkit-box-shadow: 0 0 15px #303030;
	-moz-box-shadow: 0 0 15px #303030;
	box-shadow: 0 0 15px #303030;
}

#dialog_2 .data {
	background-color: #fff;
	overflow: hidden;
	margin: 15px;
	padding: 30px;
	padding-bottom: 70px;
	border: 1px #bfbcbc solid;
}

#dialog_2 .header {
	position: absolute;
	right: 40px;
	top: 27px;
}

#dialog_2 .header a {
	font-size: 15px;
	color: #5b5b5b;
}

#dialog_2 .close_dialog a {
	font-size: 13px;
	color: #2d77a5;
	text-decoration: underline;
}

#dialog_2 .close_dialog a:hover {
	text-decoration: none;
}

.errdis {
	border: #d4bc4c 1px solid;
	font: 12px/17px tahoma;
	color: #ff0000;
	padding: 10px;
}

.resultdis {
	border: #d4bc4c 1px solid;
	background-color: #f9f6e7;
	font: 12px/17px tahoma;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
	padding: 6px;
}

.resultdis a {
	font: 12px/17px tahoma;
	text-decoration: underline;
}

.errdis2 {
	font: 12px/17px tahoma;
	color: #ff0000;
	padding: 5px;
}

.errdis2 a {
	font: 12px/17px tahoma;
	text-decoration: underline;
}

.resultdis2 {
	font: 12px/17px tahoma;
	color: #00b638;
	text-align: center;
}

.resultdis2a {
	font: 12px/17px tahoma;
	text-decoration: underline;
}

.osntext p {
	margin-bottom: 1em;
	margin-top: 1em;
}

.osntext ul {
	margin: 10px;
	margin-left: 25px;
}

.osntext ol {
	margin: 10px;
	margin-left: 25px;
}

.osntext ul li {
	list-style-image: url(/file/i_pic/4x4.png);
}

.clear {
	clear: both;
}

.posmo {
	display: none;
}

a.posmo_link {
	text-decoration: none !important;
	border-bottom: 1px dashed;
	padding-bottom: 1px;
	margin-bottom: 5px;
}

a.posmo_link:hover {
	text-decoration: none !important;
	border-bottom: 1px dashed;
}