form.wyslij {
	width: 250px;
	height: 75px;
	color: #131313;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	font-size:12px;
}

form.wyslij input {
	width: 170px;
	height:21px;
	background-color: #F1EBCF;
	border:0px;
	margin: 0px 0px 11px 0px;
	padding: 5px 5px 0px 5px;
	float:right;
	
}

form.wyslij textarea{
	width: 170px;
	height:50px;
	background-color: #F1EBCF;
	border:0px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
	float:right;
}

form.wyslij input.button {
	width: 250px;
	height:23px;
	border: 0px;
	background:none;
	color: #131313;
	margin: 0px;
	padding:0px;
	float: left;
	text-align:right;
}

form.wyslij label {
	width: 55px;
	height:35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	float:left;
}

input {
	width: 186px;
	height:20px;
	background-color: #F1EBCF;
	border: 2px solid #D0C389;
	margin: 0px 0px 3px 0px;
	padding: 5px 5px 0px 5px;
}

select {
	width: 200px;
	height:25px;
	background-color: #F1EBCF;
	border: 2px solid #D0C389;
	margin: 0px 0px 3px 0px;
	padding: 1px 5px 0px 5px;
}

input.ilosc{
	width: 26px;
	height:18px;
	border: 2px solid #D0C389;
	background-color: #F1EBCF;
	margin: 0px;
	padding:3px 0px 0px 0px;
	text-align:center;
}
/*
input.button {
	width: 200px;
	height:25px;
	border: 2px solid #D0C389; 
	background-color: #F1EBCF;
	margin: 0px;
	padding:0px;
	font-weight: bold;
	float: left;
}

input.button_center {
	width: 200px;
	height:25px;
	border: 2px solid #D0C389; 
	background-color: #F1EBCF;
	margin: 0px;
	padding:0px;
	font-weight: bold;
	float: none;
}
*/
input.button {
	width: 168px;
	height:40px;
	border: 0px; 
	background: url(/gfx/button.gif) no-repeat;
	margin: 0px;
	padding:0px 0px 0px 0px;
	font-weight: bold;
	float: left;
	color: #D0C389;
	font-size:12px;
	text-decoration:none;
	text-align: center;
}


input.button_center {
	width: 168px;
	height:40px;
	border: 0px; 
	background: url(/gfx/button.gif) no-repeat;
	margin: 0px;
	padding:0px 0px 0px 0px;
	font-weight: bold;
	float: none;
	color: #D0C389;
	font-size:12px;
	text-decoration:none;
	text-align: center;
}



input.button_right {
	width: 200px;
	height:25px;
	border: 2px solid #D0C389; 
	background-color: #F1EBCF;
	margin: 0px;
	padding:0px;
	font-weight: bold;
	float: right;
}

textarea {
	width: 200px;
	height:70px;
	border: 2px solid #D0C389; 
	background-color: #F1EBCF;
	margin: 0px;
	padding:10px;
	font-weight: bold;
	float: left;
}



/* tabele */

table {
	border-collapse: collapse;
	width: 800px;
	border: 1px solid #DECC9E;
	float: left;
	text-align: right;
	color: #D0C389;
}

table.mala {
	border-collapse: collapse;
	width: 450px;
	border: 1px solid #DECC9E;
	float: right;
	text-align: right;
	color: #D0C389;
}

table.mala_center {
	border-collapse: collapse;
	width: 450px;
	border: 1px solid #DECC9E;
	float: none;
	text-align: right;
	color: #D0C389;
	margin:auto;
	margin-top:20px;
}

table.rejestracja_nowy{
	clear:both;
	border-collapse: collapse;
	border: 0px;
	float: left;
	width:600px;
	margin: 0px 0px 0px 0px;
}

table.rejestracja_nowy td{border:0px;}


table.rejestracja{
	clear:both;
	border-collapse: collapse;
	border: 0px;
	float: left;
	margin: 0px 0px 150px 0px;
}

table.rejestracja td{
	padding: 5px 15px 5px 10px;
	border: 0px;
}

table td{
	padding: 5px 15px 5px 10px;
	border-bottom: 1px solid #DECC9E;
}

table tr.p {background-color: #3c3c3c;}

table tr.n {background-color: #353535;}

table th {background: #D0C389; color: #000000; padding: 5px; }

.la {text-align: left;}
.ca {text-align: center;}
.ra {text-align: right;}

