#message {
	height: 80px;
	width: 300px;	
}
#postava {
	display: none;
}
#contentWrap {
	border-right: 1px solid #c8c7c7;
}
#mailJedna, #mailDva, #mailTri {
	float: left;
	margin-right: 25px;
	
}
#mailJedna input[type=text], #mailDva input[type=text], #mailTri input[type=text]{
	width: 186px;
	
}
.uver {
	background: url(../images/nonActiveUser.png);	
}
.uverAnchor {
	color: #fff;	
}
#contactForm {
	margin-top: 35px;
}
label {
	font-weight: bold;
}
#typ-element label{
	font-weight: normal;
}
h5 {
	margin-bottom: 25px;
}
#send {
	background:transparent url(../images/dokoncit.png) left top;	
	border: 0;
	width: 162px;
	height: 71px;
	position: absolute;
	top: 277px;
	right: 225px;
}
#send:hover {
	background-position:  0 -72px;
	cursor: pointer;
}
#send:focus {
	outline: 0;
	-moz-outline: 0;
}

#menu li a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/zadost.png) no-repeat;
	color:#023e88;
	display:block;
	float:left;
	font-weight:bold;
	height:64px;
	text-align:center;
	width:111px;
	position: absolute;
}
#menu li a:hover {
	color: #023e88;
}
.required {
}
.uverAnchor:hover {
	color:#ccc;
} 
ul.errors li {
	color: red;
}

.finishWrap {
	position: absolute;
	bottom: -3px;
	z-index: 111;
}
.backToIndex {
	position: absolute;
	right: 17px;
	font-size: 14px;
	font-weight: bold;
	top: 60px;
}
.backToIndex a{
	color: #000;
}
.backToIndex a:hover{
	color: #535353;
	text-decoration: none;
}
#finalMail {
	display: block;
	width: 160px;
	height: 20px;
	position: absolute;
	bottom:110px;
	left:30px;
}