form{
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 200px;
	
	width: 100%;
}

.form_checkbox{
	display: inline-block;
	width: 200px;
	/*background-color: rgba(200,200,0, 0.5);*/
	margin: 2px;
}


table.form{
	/*background-color: #0b7685;*/
	/*background-color: #005966;*/
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	
	/*border: 1px solid #127289;*/
	/*background-color: #005966; border-color: #000F03 #466B46 #8BA28B #061C06 ; border-style: solid; border-width: 1px;*/
}

table.form h2{
	margin: 0px;
	text-decoration: underline;
}

table tr.top_frame{
	background-image: url('/img/theme/old/strona-wejsciowa-pasekpoziomwycinek.png'); 
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-size: 100% 3px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}

table tr.bottom_frame{
	background-image: url('/img/theme/old/strona-wejsciowa-pasekpoziomwycinek.png'); 
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-size: 100% 3px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}


table.form a{
	color: #ffffff;
}

table.form thead tr th{
	text-align: center;
	text-transform: uppercase;
	background-color: rgba(0,0,0, 0.6);
	padding: 3px;
}

table.form tbody tr th{
	text-align: right;
}

table.form tbody tr th:AFTER{
	content: ':';
}

table.form tr td.text_r{
	text-align: right;
}

table.form textarea.normal{
	width: 300px;
	height: 200px;
}

table.form tr td.input_300 input{
	width: 300px;
}

span.error{
	/*position: relative;*/
}
/*
span.error span{
	display: block;
	position: absolute;
	z-index: 1000;
	right: 0px;
	top: -20px;
	height: 20px;
	width: auto;
	white-space: nowrap;
	background-color: black;
	color: #ff1a1a;
}*/

span.error span{
	/*position: relative;*/
	display: inline-block;
	background-color: red;
	width: 20px;
	height: 20px;
}

span.error input{
	background-color: #ff8080;
}