@charset "utf-8";
@import "reset.css";
@import "base.css";
html{
	font-size:100.01%;
	}

body{
	color:#383838;
	font-size:14px;
	font-family:Arial;
	min-width:1000px;
	background:#ffffff;
	}
a{color: #2463b9;}
a:hover{
	color: #c00 !important;
}
.nm, .nm dd{margin:0;}
.nm li{list-style: none;}

.bone{
	width:854px;
	margin:0 auto;
	}
	.head{
		text-align: center;
		height:272px;
		padding-top:22px;
	}
	.text-page .head{
		text-align: right;
		height:272px;
		padding-top:22px;
	}
	.middle{padding-bottom: 90px;}
	.wrap{

		}
		.shorten{
			width:500px;
			margin:0 auto 30px;
			position: relative;
		}
		.wrap label, .wrap legend{display: none;}
	
		.wrap fieldset{margin:0;}
			.filed{
				margin-bottom: 8px;
				position: relative;
				}
			.filed-txt{
				width:400px;
				height:30px;
				display: block;
				border:none;
				border-right:1px solid #eee;
				border-bottom:1px solid #eee;
				-webkit-box-shadow: inset 1px 1px 1px #999999;
				-moz-box-shadow: inset 1px 1px 1px #999999;
				box-shadow: inset 1px 1px 1px #999999;
			}
			.text-inp{
				color: #000;
				font-size:18px;
				width:386px;
				height:22px;
				padding:4px 7px;
				vertical-align: top;
				position: relative;
				z-index: 2;
				outline:none;
				border: none;
				background: transparent;
				}
        .text-inp_loading{background:url(/images/backgrounds/progress.gif) repeat-x;}
			.inp-error{outline:1px solid red;}
				.submit-btn{
					width:94px;
					height:34px;
					position: absolute;
					top:21px;
					right:0;
					border: none;
					background: url(/images/buttons/submit-btn-v2.jpg) no-repeat 0 0;
					}
					.submit-btn:hover{background-position: 0 -39px;}
					.submit-btn:active{background-position: 0 -79px;}
					.submit-btn.disabled{background-position: 0 -114px;}
				.submit-btn::-moz-focus-inner {
					border: 0;
					padding: 0;
				}

			.wrap p{margin:0;font-size:13px;}
			.a-copy{
				color: #0c86db;
				text-decoration: none;
				position: absolute;
				top:10px;
				left: 235px;
				z-index: 10;
				background:url(/images/backgrounds/a.gif) repeat-x 0 100%;
				}
			.short-txt{
				width:320px;
				text-align: center;
				font-size:12px;
				}
				.another{
					color: #0c86db;
					text-decoration: none;
					background:url(/images/backgrounds/a.gif) repeat-x 0 100%;
				}
				.wrap a:hover{background: none;}
embed{display:block;}
	.b-text{
		color: #444;
		font-size:14px;
		width:455px;
		line-height:1.4;
		padding-bottom: 120px;
		}
		.b-text h1{
			font-size:24px;
			font-weight: normal;
			margin:-50px 0 10px;
		}

.footer{
	position: relative;
}
.footer_in{
	color: #909190;
	width:854px;
	margin:0 auto;
	}
	.copyright{
		width:250px;
		float: left;
		font-size:14px;
		}
		.copyright sup{
			color: #b62a21;
			font-size:10px;
		}
	.blog-news{
		float: left;
		width:250px;
		color: #afafaf;
		font-size:12px;
		line-height:1.5;
	}
		.date{font-size:11px;}
			.old-news .date{color: #e0dfdf;}
		.blog-news dt{padding-left: 54px;}
		.blog-news a{color: #0c86db;}
			.old-news a{color: #94d0fa;}
		.news-item a{margin-left: 12px;}
	.menu{
		float: left;
		width:140px;
		line-height:1.5;
		font-size:12px;
		}
		.menu a{color: #767676;}

.developers{
	position: absolute;
	bottom:15px;
	right:0;
}

html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}
.bone {
  position: relative;
  min-height: 100%;
}
* html .bone {
  height: 100%;
}
.footer {
  position: relative;
  margin-top: -90px;
  height: 90px;
}

/* UTIL */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

/*warning*/
body.warning{
	color: #2b2b2b;
	min-height:675px;
	background:#e3ad15 url(/images/temp/warning.jpg) no-repeat ;
}
.warning-wrap{
	height:100%;
	background:url(/images/backgrounds/warning.gif) repeat-x 0 bottom;
}
.warning-text{
	height:370px;
	padding:250px 140px 0 510px;
	background: url(/images/backgrounds/warning.gif) repeat-x
}
.warning-text h1{
	font-size:36px;
	font-weight: normal;
	margin:0 0 22px;
}
.warning-text a{
	color: #2b2b2b;
}
.warning .copyright{
	position: absolute;
	left: 74px;
	bottom:80px;
	color: #fff;
}

.filed-title{
	color: #444;
	display: block;
	padding-bottom: 6px;
}
.b-results{
	margin-top: 11px;
}
.b-results a,
.b-results span{margin-right: 22px;}

.b-results a:hover,
.b-results span:hover,
.b-results span.hover,
.b-results-copy.hover{
	cursor:pointer;
	color: #c00 !important;
	border-bottom:1px dashed #c00;
}
.b-results-copy, .b-results-qr{
	color: #205ebc;
	font-size:12px;
	position: relative;
	text-decoration: none;
	outline: none;
	border-bottom:1px dashed #c7d7ee;
}
.b-results-qr{
	line-height:1.4;
}
.b-results-qr.active{
	color: #161616;
	border-bottom:1px dashed #161616;
}
.b-results a:hover,
.b-results span:hover,
.b-results span.hover,
.b-results-copy.hover{
	cursor:pointer;
	color: #c00 !important;
	border-bottom:1px dashed #c00;
}
.b-results-link, .b-results span.b-results-link:hover{
	color: #444 !important;
	font-size:18px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	cursor: default;
}
.b-qrcode{
	position: relative;
	overflow: hidden;
	margin: 15px 0 10px;
	padding:20px 18px;
	background: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.b-qrcode-preview{
	width:118px;
	float: left;
}
.b-qrcode-preview img{
	vertical-align: bottom;
	border:1px solid #d0d0d0;
}
.b-qrcode-descr{
	color: #444;
	padding-top:1px;
	overflow:hidden;
}
.hint{
	display: block;
	padding-bottom: 4px;
}
.b-qrcode-descr a{
	color: #205ebc;
}
.b-qrcode-content{
	font-size:11px;
}
.b-qrcode-content .hint{
	font-size:12px;
}
.b-qrcode-link{
	width:340px;
	height:83px;
	background: #fff;
	border:1px solid #999;
	resize:none;
	display: block;
	margin-bottom:3px;
}
.b-qrcode-content .b-results-copy{
	font-size:11px;
}
.b-close{
	width:10px;
	height:9px;
	position: absolute;
	top:10px;
	right:11px;
	cursor: pointer;
	background: url(/images/icons/close.jpg) no-repeat 0 0;
}
.copy-ok{
	margin-right:38px !important;
}
.b-qrcode-content .copy-ok{
	margin-right:18px !important;
}

.i-ok{
	width:16px;
	height:16px;
	position: absolute;
	right:0;
	top:0;
	cursor:default;
	background: url(/images/icons/ok.png) no-repeat 0 0;
  display:none;
}
.copy-ok .i-ok{
	display:block;
	right: -18px;
	top: -1px;
}
embed{
	outline: none;
}