table.form
{
	margin: 0px 10px;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}

table.form td.nazwa
{
	width: 296px;
	/*border-bottom:1px solid #f1f1f1;*/
	padding: 2px;
	text-align: right;
}	
	
table.form td.pole
{
	width: 334px;
	/*border-bottom:1px solid #f1f1f1;*/
	padding: 2px 6px 0px 0px;
	text-align: right;
}

table.form input
{
	width: 332px;
	border: 1px solid #a8a8a8;
	background: url(img/bg_input.gif) repeat-x;
	height: 17px;
	padding: 1px;
}

table.form select
{
	width: 332px;
	border:1px solid #b0b0b0;
	padding:1px;
}

table.form textarea
{
	width: 332px;
	height: 120px;
	border: 1px solid #a8a8a8;
	background: #c5c5c5;
	padding: 1px;
}

span.wyslij
{
	font-size: 13px;
	font-family: "Trebuchet MS", sans-serif;
	color: #06365b;
	font-weight: bold;
	margin: 2px 0;
	cursor: pointer;
}
