@charset "utf-8";
/* CSS Document */

table.contForm
{
	width: 90%;
	margin-left: 10%;
	font-size: 14px;
	margin-bottom: 35px;
	margin-top: 30px;
}

table.contForm span.highLight
{
	color: #F30;
	font-weight: bolder;
	padding: 4px 2px;
	vertical-align: bottom;
}

table.contForm td.lCol span.highLight
{
	font-size: 16px;
}

table.contForm td.form_przypis
{
	text-align: left;
	font-size: 11px;
	color: #333;
	padding-left: 7px;
}

table.contForm td.lCol
{
	width: 140px;
	font-style: oblique;
	text-align: right;
	padding-right: 5px;
	color:#444;
	vertical-align: top;
}

table.contForm td
{
	padding: 5px 3px;
}

table.contForm td input.kontrolkaTxt,  table.contForm td textarea
{
	width: 95%;
	background: #f4f2f2;
	color: #747474;
	border: 0px;
	font-weight: normal;
	overflow: auto;
	padding: 4px 6px;
	border-left: 1px solid #979595;
	border-top: 1px solid #979595;
}

table.contForm td textarea
{
	height: 90px;
}

table.contForm td input.subButton
{
	padding: 3px 22px;
	margin-right: 12px;
}