@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background:#af2233 url(images/back.png) repeat-x center top;
	font-family:Arial, Tahoma, Verdana, sans-serif;
	font-size:12px;
	color:#af2233;
}
form{
	margin:0px;
	padding:0px;
	}
input, select{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#af2233;
}
label{
	display:inline-block;
	vertical-align:middle;
}
h1, h2, h3, h4{
	margin:0px;
	padding:0px;
}
img, a img{
	border:0px none;
}
#holder{
	margin:0px auto 10px auto;
	width:500px;
}
#header{
	height:130px;
}
#logo{
	display:inline-block;
	margin:5px 0px 0px 0px;
	vertical-align:middle;
}
h2.slogan{
	display:inline-block;
	display:expression("inline");
	vertical-align:middle;
	margin-left:110px;
}
.slogan span{
	position:absolute;
	top:-9999px;
}
#main{
	margin:40px 15px;
	background:url(images/back_rounded.jpg) repeat-y 0px 0px;
}
.content{
	padding:0px 20px;
	margin:0px 0px 20px 0px;
}
p.content{
	font-style:italic;
}
.txt_box{
	color: #AF2233;
	vertical-align:middle;
	display:inline-block;
	border:0px none;
	border-bottom:2px solid #af2233;
	padding:2px;
	line-height:16px;
	/*background:#fff url(images/underline.png) repeat-y 0px 2px;*/
	background:#fff;
}
#questions option{
	text-align: right;
}
.borders{
	border:2px solid #af2233;
}
.error{
	color: red;
}
#ocena{
	color: #AF2233;
	text-align: center;
	margin-right: 5px;
}
textarea.error, select.error{
	border-color: red;
}
.message{
	padding: 0 20px;
	text-align: center;
}
.scroll{
	overflow:auto;
}
.top{
	background:url(images/top_rounded.jpg) no-repeat 0px 0px;
	height:40px;
}
.bottom{
	background:url(images/bottom_rounded.jpg) no-repeat 0px 0px;
	height:40px;
}
.txt_bold{
	font-weight:bold;
}
.txt_right{
	text-align:right;
}
.mr10{
	margin-right:10px;
}
.width50px{
	width:50px;
}
.width100{
	width:422px;
}
.clb{
	clear:both;
	height:0px;
}

