body {
	font: 11px Verdana, sans-serif;
	color: #313f2e;
}

#reception24form{
	width: 700px;
	height: auto;
}

#reception24form fieldset{
	border: none;
}

.font12{
	font-size: 12px;
}
.font10{
	font-size: 10px;
}

.item{
	width: 100%;
	height: 30px;
}
.title, .formitem{
	width: 150px;
	float: left;
}
.title p{
	margin: 0;
	margin-top: 2px;
}
.formitem{
	width: 400px;	
}
.formitem input, .formitem select{
	margin: 0;
	width: 240px;
}
.formitem input{
	border: 1px solid;
	border-color: #313f2e;
}

.prefix{
	width: 65px !important;
}
.phone{
	width: 171px !important;
}
.dot{
	color: #A80000;
}
.age{
	width: 50px !important;
}
.checks{
	width: 410px;
	height: auto;
	float:left;
}
.check{
	width: 200px;
	height: 20px;
	float: left;
}
.check p{
	display: block;
	float: left;
	margin: 0;
	margin-left: 10px;
}
.check input{
	display: block;
	margin: 0;
	float: left;
}
.submitbutton{
	width: 700px;
	float: left;
	margin-top:20px;
}
.comments{
	width: 300px;
	height: 100px;
}

.dane-osobowe{
	width: 700px;
	float: left;
}

.sendbtn{
	width: 160px;
	border: 1px solid;
	border-color: #313f2e;
	font-size: 12px;
	font-weight: bold;
	color: #313f2e;
	background: #f5f5f5;
}

//.error{
//	height:20px;
//	width: 200px;
//	background-color:#A80000;
//	border:1px solid #500000;
//	font-size:11px;
//	color:#FFF;
//	margin: 0;
//}


#errors {
	position: relative;
	float: left;
	background-color:#66604B;
	margin-top: 30px;
	padding-left: 20px;
	padding-top: 20px;
	color:#fff;
	width:400px;
	display:none;			
}

/* title */
#errors h2 {
	margin:-5px 0;
	color:yellow;
}