
table
{
		width: 100%;
}
table td
{
		padding: 10px 10px 10px 10px;
}
table td a
{
		color: #333333;
}
table td.tdHeader
{
		border-right: 1px solid #FFFFFF;
		background-color: #F27000;
		font-weight: bold;
		color: #FFFFFF;
}
table td.tdHeader strong
{
		font-size: 10px;
}
table td input.inputTekst
{
		width: 40px;		
		text-align: center;
}
input.submitAkcja
{
		padding: 3px 10px 3px 10px;
}

table td.tdItem
{
		border-bottom: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
}

div.layerAction img
{
		margin: 0px 15px 0px 0px;
}
div.layerAction
{				
		border-top: 1px solid #CCCCCC;		
		padding: 25px 10px 10px 10px;		
		margin: 0px 0px 20px 0px;
}


div#main form div.sectionLeft
{
		float: left;
		width: 350px;
}
div#main form div.sectionRight
{
		float: right;
		width: 350px;
}

fieldset
{
		border: 1px solid #999999;
		padding: 5px 20px 20px 20px;
		margin: 0px 0px 20px 0px;
}
fieldset legend
{
		font-size: 12px;
		font-weight: bold;
		padding: 10px;
}
fieldset label
{
		line-height: 25px;
}
fieldset input.inputTekst
{
		width: 290px;
}
fieldset textarea
{
		width: 290px;
		height: 80px;
}
