@charset 'UTF-8';

#vop { margin-right:20px; margin-top:5px;}

#videoOverlayHolder {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}
#videoOverlayBg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 1500px;
	z-index:100;
	opacity: .80; filter: alpha(opacity=80);
	background-color: #000;
}
#videoOverlayContainer {
	position: absolute;
	top: 0; left: 0;
	z-index:200;
	width: 100%;
	height: 1500px;
}
#videoOverlayBox {
	position: relative;
	margin:10px auto 0;
	width: 973px;
	padding:9px 9px 45px 9px;
	height: 560px;
	background-color: #fff;
}
#videoBtns {
	position: absolute;
	bottom: 10px; right: 10px;
	width: 263px;
	height: 36px;
}
#videoOverlayCloseBtn {
	position: absolute;
	bottom: -35px; right: 0px;
	width: 91px;
	height: 35px;
}

.spLoga {
	width: 865px;
	padding: 15px 0;
	border-top: 1px #E2E7EA solid;
	position: relative;
	left: 17px;
}

.spLoga .HPLoga img {
	height: 72px !important;
}

.questionary {
	
}

.questionary td {
	padding: 3px;
}

.questionary td.check {
	width: 14px;
	vertical-align: top;
	padding-top: 6px;
}

.questionary td .textinput {
	width: auto;
	border: 1px #C3CFD1 solid;
}

.questionary td textarea {
	border: 1px solid #C3CFD1;
	color: #5C6269;
	font-size: 0.85em;
	padding: 3px;
}

.questionary td.uw {
	width: 208px;
}

.questionary label {
	display: inline;
}

.dotaznik-error { border: 2px solid #e06702; padding: 1em; background-color: #ffe4ba; }
























