/*#garsvielas .checkboxesCont {
	position: absolute;
	width: 400px;
	height: 200px;
	top: 542px;
	left: 277px;
}*/
#garsvielas .checkboxesCont .item {
	position: absolute;
	top: 542px;
	left: 277px;
	width: 163px;
	height: 65px;
	background: url("img/checkbox.png") no-repeat;
}
#garsvielas .checkboxesCont .item.checked {
	background: url("img/checkbox_checked.png") no-repeat;
}

#garsvielas #background {
	width: 730px;
	min-height: 931px;
	background: #a6a7ac url("img/top.jpg") no-repeat;
}

#garsvielas #bottom {
	width: 730px;
	height: 457px;/*170px;*/
	background: url("img/bottom.jpg") no-repeat 0 -30px;
	position: absolute;
	bottom: -40px;
	left: 0;
}

#garsvielas #burkas {
	width: 730px;
	height: 280px;
	position: absolute;
	top: 297px;
	left: 0;
	background: url("img/garsvielas.png") no-repeat;
}

#garsvielas #text {
	width: 592px;
	height: 238px;
	position: absolute;
	top: 77px;
	left: 70px;
	background: url("img/text.png") no-repeat;
}

#garsvielas #btn_want {
	position: absolute;
	width: 199px;
	height: 98px;
	top: 454px;
	left: 268px;
	background: url("img/btn_want.png") no-repeat;
}

#garsvielas #btn_rules {
	position: absolute;
	width: 138px;
	height: 70px;
	top: 743px;
	left: 514px;
	background: url("img/btn_rules.png") no-repeat;
	cursor: pointer;
}

#garsvielas .popup {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.3);
}

#garsvielas .popwind {
	position: absolute;
	width: 500px;
	height: 500px;
	top: 200px;
	left: 115px;
	background: url("img/pop_back.jpg") no-repeat;
}

#garsvielas .popClose {
	position: absolute;
	width: 126px;
	height: 66px;
	top: 0;
	right: 0;
	background: url("img/btn_close.png") no-repeat;
	cursor: pointer;
}

#garsvielas .popSuggest {
	position: absolute;
	width: 139px;
	height: 70px;
	top: 291px;
	left: 183px;
	background: url("img/btn_iesaki.png") no-repeat;
	cursor: pointer;
}

#garsvielas #user_cont {
	position: absolute;
	width: 270px;
	height: auto;
	top: 725px;
	left: 100px;
	margin-bottom: 200px;
}

#garsvielas .user {
	position: relative;
	width: 88px;
	height: 95px;
	background: url("img/user.png") no-repeat;
	display: inline-block;
}

#garsvielas .user img {
	border-radius: 34px;
	position: absolute;
	top: 13px;
	left: 10px;
}

#garsvielas #partic {
	color: #fff;
	font-size: 22px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	position: absolute;
	top: 700px;
	left: 100px;
	font-weight: 100;
}

#garsvielas #lmu {
	position: relative;
	width: 93px;
	height: 95px;
	background: url("img/btn_more.png") no-repeat;
	display: inline-block;
	cursor: pointer;
}
#lmu:hover {
	opacity: 0.85;
}

#garsvielas #rec_up {
	position: absolute;
	top: 40px;
	right: 20px;
}