@charset "utf-8";
/* CSS Document */

/* ------- formularze ------- */

form .redc {
	color: #FF0000;
}


#form_sekcje {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 650px;
	padding: 0 10px;
}

#form_sekcje .s_more {
	padding: 10px;
	margin-left: 140px;
	border-left: #999999 solid 1px;
}
#form_sekcje h4 {
	font-size: 1.2em;
	border-bottom: #000000 solid 1px;
	margin: 20px 0 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
#form_sekcje h5 {
	margin: 15px 0 5px;
	font-size: 1em;
}
#form_sekcje .f {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	border: #999999 solid 1px;
	padding: 2px;
}
#form_sekcje .cbutton {
	width: 100px;
	margin-right: 30px;
}
#form_sekcje label {
	width: 120px;
	text-align: right;
	float: left;
	padding-right: 10px;
	vertical-align: middle;
}
#form_sekcje label.no {
	width: auto;
	float: none;
	text-align: left;
	padding: 0;
}

#form_sekcje p {
	margin: 10px 0;
	padding: 3px;
	overflow: hidden;
}
#form_sekcje #dla_opiekunow { line-height: 24px; }
#form_sekcje #dla_opiekunow p { margin: 0; text-align: justify; }

#form_sekcje input { vertical-align: middle; }


#form_sekcje div.sekcj {
	margin-left: 160px;
	font-weight: bold;
}



#form_relacje label {
	display: block;
	font-size: 1.2em;
	color: #333333;
	margin-bottom: 3px;
	margin-top: 20px;
}

#form_relacje input.f {
	border: #999999 solid 1px;
	padding: 3px 5px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#form_relacje input.f.w {
	width: 490px;
	font-weight: bold;
}

#form_relacje .submit {
	background: #eeeeee;
	padding: 10px 30px;
	margin-top: 10px;
	text-align: right;
	clear: both;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#form_relacje .submit input {
	cursor: pointer;
}

#form_relacje .lcol {
	width: 530px;
	float: left;
}
#form_relacje .rcol {
	width: 400px;
	float: right;
}

#form_relacje .rcol p {
	clear: both;
	padding-top: 20px;
}

#form_relacje .rcol p.fir {
	padding-top: 0;
}


