/* GENERIC FORM STYLING */
#Content form {
	width:378px;
}
	#Content form fieldset {
		border:0;
		padding:12px;
	}
		#Content .message {
			color:red;
			background:#ddd;
			border:1px solid #ccc;
			padding:5px;
			margin:5px;
		}
		#Content span.message {
			width: 300px;
		}
		#Content form div {
			margin-top:10px;
			width:100%;
		}
		#Content form label {
			font-size:1.1em;
			color:#333;
		}
			#Content form label.left {
				float:left;
				width:12em;
			}
			#Content form label.FormHeading {
				font-size:1.3em;
				color:#ff7200;
				font-weight:bold;
			}
		#Content form input.text,
		#Content form textarea,
		#Content form select {
			width:200px;
			color:#000;
			background:#f8f8f8;
			border:1px solid #aaa;
			padding:3px;
		}
		
		#Content form input.numeric {
			width:20px;
			background:#f0f0f0;
			border:1px solid #aaa;
			padding:3px;
			color:#000;
			margin-right:4px;
		}
		#Content form input.year {
			width:35px;
		}
		#Content form p.Actions {
			text-align:right;
			padding:0 22px 15px 0;
		}
			#Content form p.Actions input {
				padding:2px;
			}

#formularz_kontaktowy_tytul
{
	clear:left;
	background: url(../images/tlo_formularz_naglowek.jpg) top left no-repeat;
	width: 940px;
	height: 57px;
	margin: 0 0 10px 20px;
	padding-top: 30px;
	padding-left: 10px;
	cursor:pointer;
}

/*
#formularz_kontaktowy_tytul span
{
	margin: 10px;
}
*/

#formularz_kontaktowy
{
	background: #ccc;
	width: 900px;
	margin: -25px 20px 0 20px;
	padding-top: 10px;
	padding: 20px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FORMULARZ -- ZAPYTANIE OFERTOWE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*
body 
{
margin-top: 0px;
margin-bottom: 0px;
margin-left:0px;
margin-right: 0px;
padding: 0px;
font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
min-width:640px;
}

*/

#formularz_kontaktowy form {
	width: 100%;
	margin:5px auto;
	padding: 0px 20px 10px;
	text-align: left;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

legend {
	display: none;
}

form label {
	display: block;
	width: 200px;
	font-size: 80%;
	/*line-height: 14px;*/
	padding: 0px 0px 5px 0px;
}



.error {

	display: block;

	font-size: 80%;

	width: 300px;

	/*line-height: 14px;*/

	padding: 0px 0px 10px 0px;

	color: red;

	visibility: hidden;

}

form input {
	display: block;
	margin: 5px;
}

form input .wyslij {
	height: 40px;
}

form textarea, input, select {
	/*border: 1px solid #ccc; padding: 3px; */
	}
	
form textarea:hover, textarea:focus, input:hover, input:focus,
	select:hover, select:focus {
	background: #ffff99; border: 1px solid #fff;
	}


