@CHARSET "UTF-8";

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #D98C42 url(../images/intro/bg.png);
	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%;	
}

div.pleve {
	background: black;
	opacity: .75;
	filter: alpha(opacity = 75);
}

#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: 73px;
	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;	
}

ul.q li div.input {
	background: #bfc0c2 url(../images/intro/bg.jpg) no-repeat;;
	height: 63px;
	padding-left: 1.5em;
}

ul.q li div.input p {
	text-transform: uppercase;
	padding: 1em 0 5px 0;
	margin: 0;
}

ul.q li label {
	color: white;
	padding-left: .5em;	
}

ul.q li input.submit {
	background: #9c0300;
	border: 0;
	margin: 5px 0 0 0;
	padding: 0;
	width: 223px;
	height: 30px; 
	text-transform: uppercase;
	font-size: 16px;
	color: white;
	cursor: pointer;	
}

ul.q li .msg {
	position: absolute;
	color: white;
	font-weight: bold;	
	display: none;
}


.row {
	margin-bottom: 5px !important;	
}

