/* CSS Document */

/* formularz */
#form fieldset{
	margin:auto;
	border:none;
	width:580px;
	}
.inpat, .inpat, .select{
	width:300px;
	padding:2px;
	margin:2px 0;
	font-size:11px;
	line-height:15px;
	border:solid #ccc 1px;
}	
textarea.inpat{
	height:300px;
	overflow:auto;
}
input.buton{
	background:#006600;
	border:none;
	color:#fff;
	font-size:9px;
	padding:0px 8px;
}
input.checkbox{
}
label{
	line-height:22px;
	
	}
	

/* //formularz */
#form p input, #form p label{
margin:0;
display:inline;
	}
p.left{
	float:left;
	width:150px;
	
	}
p.right{
	float:right;
	width:150px;

	}
p.mid{
	float:left;
	width:185px;
	margin:0 9px 0 0;

	}
	
	
form dl, form dd, form dt{
	margin:0;
	}
form dl{
	width:600px;
}
form dt{
	float:left;
	width:200px;
	height:26px;
	
	}
form dd{
	float:right;
	width:310px;
	}
.form_info{
	clear:both;
	border: solid #ccc 1px;
	background:#f1f1f1;
	padding:5px;
	width:390px;
	margin-top:10px;
	}
.form_section{
	font-weight:bold;
	width:100%;
	float:none;
	margin:0;
	padding:20px 0;
	position:static;
	line-height:280%;
	
	}	
	
input.vshort{
	width:25px;
	}
		
