
form table {
	border: solid 1px Silver;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeF5ee;
}

form table td {
	text-align: right;
}

	
form table td.separator {
	border-bottom: solid 1px Silver;
	height: 2px;
	padding: 0px;
}

form table td.subtitle {
	padding: 5px;
	padding-bottom: 2px;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

form table td.submit {
	padding: 10px;
	text-align: center;
}

form table td.error {
	text-align: center;
	font-weight: bold;
	color: Red;
	padding-bottom: 5px;
}

.rozciagnij {
	width: 100%;
}

.z_tlem {
	background-color: #CDD8CF;
	border-bottom: 1px silver solid;
}

input.submit {
	font-weight: bold;
}


input.error,
textarea.error {
	background-color: #FFAAAA;
}

div.s {
	margin-left: 100px;
	margin-right: 100px;	
}
