html, body {
	height:95%;/*overflow:hidden*/
}
body {
	font:normal 62.5%/1.5 arial;/*overflow-y:auto;*/
	background:#fff
}
div.full_screen, div#full_pop {
	position: absolute;
	z-index:99999999;
	background: #000;
}
div.full_screen {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
div#full_pop {
	top: 40px;
	right: 40px;
	bottom: 40px;
	left: 25%;
	border:0 solid;
	width:50%;
	background-color: #FFF;
}
div#full_pop_wrapper {
	min-width:300px;
	width:100%;
	height:100%;
	position:relative
}
.fpb_b, .fpb_s_v {
	background: transparent url(http://lib.kava.ee/v6/css/images/sitbreader-vert-sprites._V1_.png) no-repeat scroll;
	width: 34px;
	height: 34px;
	position: absolute;
	font-size: 1px;
	display: block;
}
.fpb_s_v {
	background-repeat:repeat-x;
	width:100%;
	left:0px
}
.fpb_s_h {
	background: transparent url(http://lib.kava.ee/v6/css/images/sitbreader-horz-sprites._V1_.png) repeat-y scroll;
	height:100%;
	top:0px
}
.fpb_c_lt {
	background-position:0px 0px;
	left: -34px;
	top: -34px;
}
.fpb_c_rt {
	background-position:0px -35px;
	right: -34px;
	top: -34px
}
.fpb_c_rb {
	background-position:0px -105px;
	right: -34px;
	bottom: -34px
}
.fpb_c_lb {
	background-position:0px -70px;
	left: -34px;
	bottom: -34px;
}
.fpb_s_t {
	background-position:0px -140px;
	top: -34px;
}
.fpb_s_r {
	background-position:-41px 0px;
	right: -34px;
}
.fpb_s_b {
	background-position:0px -175px;
	bottom: -34px;
}
.fpb_s_l {
	background-position:-6px 0px;
	left: -34px;
}
.transparent {
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
#center50 {

	width:100%;
	height:100%;
	float:left;
	clear:left;
	position: relative;
}
#right50 {
	width:50%;
	height:100%;
	float:right;
	clear:right;
	position: relative;
}
.close {
	position:absolute;
	right:0;
	bottom:0;
	cursor:pointer
}
