#formularz
	{
	width: 800px;	
	}
	
#formularz p
	{
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	color: #fff;
	background-color: #999;
	padding-left: 3px;
	margin-top: 18px;
	margin-bottom: 0;
	}
	
#formularz .el
	{
	padding-left: 5px;
	padding-top: 12px;
	padding-bottom: 15px;
	margin-bottom: 0;
	background-color: #DCDCDC;

	border-style: solid;
	border-color: #999;
	border-width: 0;
	border-bottom-width: 2px;
	}		

#formularz .el hr
	{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -4px;
	}
	
	
#formularz hr
	{
	margin-top: -10px;
	margin-bottom: 8px;
	margin-left: -4px;
	color: #999;
	}
	
#formularz table
	{
	font-size: 13px;
	color: #000;
	line-height: 16px;
	margin-top: 1px;

	}

#formularz .button
	{
	width: 100px;
	margin-top: 15px;
	}
