@CHARSET "UTF-8";

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/fons.jpg) no-repeat 50% 50%;
	font-family: tahoma;
	font-size: 11px;
}


div#wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

div#wrap .bg {
	display: inline-block;
	position: absolute;	
	z-index: 99;
}

div#wrap .top {
	top: 0;
	left: 0;
	height: 26px;
	width: 100%;
	background: url(../images/intro/bg-top.jpg);
}

div#wrap .bottom {
	bottom: 0;
	left: 0;
	height: 26px;
	width: 100%;
	background: url(../images/intro/bg-bottom.jpg);
}

div#wrap .left {
	top: 0;
	left: 0;
	width: 26px;
	height: 100%;
	background: url(../images/intro/bg-left.jpg);
}

div#wrap .right {
	top: 0;
	right: 0;
	width: 26px;
	height: 100%;
	background: url(../images/intro/bg-right.jpg);
}


#box {
	position: relative;
	width: 878px;
	height: 536px;
}

#bg {
	position: absolute;	
}

#ar {
	position: absolute;	
	left: 81px;
	top: 24px;
}



/** pleve */


.pleve {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}


#intro {
	position: relative;
	width: 223px;
		
}



form {
	margin: 0;
	padding: 0;	
}

ul.lang {
	list-style: none;
	width: 223px;
	height: 20px;
	margin: 0;
	padding: 0;	
}

ul.lang li {
	float: left;
	width: 54px;
	height: 20px;	
}

ul.lang li a {
	display: block;
	background: #cccccc url(../images/intro/button_bg_0.jpg) no-repeat;
	line-height: 20px;
	text-align: center;
	color: #646567;	
	text-decoration: none;
}

ul.lang li a.active,
ul.lang li a:hover {
	background: #58595b url(../images/intro/button_bg_1.jpg) no-repeat;
	color: white;
}

ul.q  {
	list-style: none;
	width: 223px;
	margin: 0 0 5px 0;
	padding: 0;			
}

ul.q li {
	text-align: left;
	display: none;
	margin: 0;
	padding: 0;	
}


div.jaut {
	height: 60px;
	color: white;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	background-color: #211e1e;
}

div.btn {
	position: relative;
	margin: 1px 0 0 0;
	height: 50px;
}

div.btn a {
	width: 111px;
	height: 50px;
	color: white;
	font-size: 22px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	background-image: url(../images/intro/bg-btn.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.btn a:hover {
	background-position: 0 -50px;
}

div.btn a.yes {
	position: absolute;
	right: 0;
}

div.btn a.no {
	position: absolute;
	left: 0;
}



ul.q li .msg {
	position: absolute;
	left: -140px;
	padding: 1em 0 0 0;
	width: 500px;
	color: black;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	display: none;
}


.row {
	margin-bottom: 5px !important;	
}

