.decoBlock{
	display:inline-block;
	position:fixed;
	background-color:white;
	bottom:0;
	right:0;
	width:100%;
	padding:10px;
	padding-left:20px;
	border-top:1px solid black;
	text-align:right;
	z-index:2;
}
.thmBlock{
	position:fixed;
	bottom:0;
	padding:10px;
	background-color:white;
	left:0;
	z-index:4;
}
.popup{
	display:inline-table;
	position:fixed;
	top:100px;
	width:96%;
	text-align:center;
	min-width:120px;
	min-height:120px;
	line-height:30px;	
	left:2%;
}
.popup fieldset{
	display:table-cell;
	background-color:black;
}
body{
	padding-top:0px;
	padding-bottom:30px;
}
#panCoursButton{
	top:0;
}