.zavojstranky{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: black;
	opacity: 0.95;
	filter: alpha(opacity=95);
	text-align: center;
}
.oknodialogu{
	position:relative;
	width:500px;
	margin: 30px auto 10px auto;
	background:white;
	border-radius:10px;
	padding: 40px 15px 15px 15px;
	font-size: 130%;
}
.oknodialogu p{
	padding: 5px 0px 5px 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;	
}
.ajaxOpona {
  background: #555555 url('images/ajax-loader.gif') no-repeat center 43%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  filter: alpha(opacity=92);
  opacity: 0.92;
  text-align: center;
  border-radius:10px;
}
.ajaxOpona .cekacitext {
  color: white;
  text-align: center;
  padding: 20px;
  background: #222222;
  border-radius: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  margin-top: 0px;
  line-height: 160%;
}
.hide{
	display: none;
}
#bonusovyobsah_form label{
	display: block;
	font-size: 110%;
	text-align: center;
	font-weight: bold;
	margin-bottom:5px;
	color: green;
}
#bonusovyobsah_form label.error{
	font-size: 80%;
	color:red;
	margin-bottom:5px;
}
#bonusovyobsah_form input{
	display: block;
	width:440px;
	margin-left:25px;
	padding:5px;
	font-size: 110%;
	text-align: center;
	margin-bottom:5px;
}
#bonusovyobsah_form button{
	/*font-weight: bold;*/
	padding:5px 15px 5px 15px;
	font-size: 130%;
}
#bonusovyobsah_form input.error {
  border-color: #e74c3c !important;
  background-color: #fbdedb !important;
}
#bo_zavrit{
	position: absolute;
	top:5px;
	right: 15px;
	text-align: right;
}
#bo_zavrit a#bo_zavrit_button{
	cursor:pointer;
}
