.content {
	background: #f5c308;	
}
#serwis,
#stacja,
#sklep,
.oddzialy,
#praca {
	padding: 15px;
	margin: 0 0 15px 0;
	background: #fff;
}

.content h2 {
	margin-bottom: 15px;	
}

.content p {
	line-height: 21px;
	padding: 0 10px 0 0;
	width: 415px;
}
.adres {
	line-height: 21px;
	padding: 0 10px;
}
.adres a {
	font-weight: bold;
	color: #f5c308;
}

.mail_form {
	display: block;
	line-height: 18px;
	margin: 15px 0;
}

.mail_form label{
	color: #000;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}
.mail_form label.invalid {
	color: #efc753;
	font-size: 10px;
	font-weight: normal;
	margin-left: 5px;
}

.mail_form input, .mail_form select, .mail_form textarea {
	width: 300px;
	border: 1px solid #b3b3b3;
	padding: 4px 5px;
	background: #f1f1f1;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	z-index: 1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.mail_form select {
	width: 312px;
}
.mail_form textarea {
	height: 100px;
	resize: vertical;
}

.mail_form .submit, .submit {
	background-color: #f5c308;
	border: 0;
	color: #000;
	width: auto;
	padding: 5px 8px;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}

.red { color: red; }
.subLabel { display: block; font-size: 9px; color: #808080; margin: -5px 0 -8px;}
.mail_form table { margin: 30px 20px 10px 10px; }
.mail_form table td { padding: 5px 0; vertical-align: top; }
.mail_form table td:first-child { padding-top: 10px; }


	
.dlaczego {
	float: right;
	width: 380px;
	background: #f5c308;
	padding: 10px;
	margin-top: 30px;
	margin-right: 10px;
}
	.dlaczego .cont {
		background: #fff;
		padding: 15px;
	}
	
	.dlaczego ul {
		list-style-type: circle;
		padding: 20px 20px 20px 40px;
		line-height: 20px;
	}

	.dlaczego p {
		padding: 0 5px;
		line-height: 21px;
		width: auto;
	}
	
	.dlaczego a {
		display: block;
		float: left;
		margin-right: 5px;
	}

	.dlaczego .img_border {
		margin: 15px 0;
		border: 1px solid #b3b3b3;
		display: block;
		zoom: 1;
		background: transparent;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

.info {
	font-style: italic;
	padding-top: 10px;
	width: 450px;
}
.error {
	border-color: #E50000!important;
}
.error_msg {
	color: #E50000;
	font-style: italic;
	font-size: 11px;
	text-align: right;
}

