#rejestrempl, #rejestruser {
	font-size: 74%;
	color: #444;
}

#rejestrempl h1, #rejestruser h1 {
	font-size: 120%;
	font-weight: bold;
	color: #444;
}

#rejestrempl table.ft, #rejestruser table.ft {
	width: 80%;
	margin: 0 auto;
}

#rejestrempl table.ft td.ft, #rejestruser table.ft td.ft {
	text-align: left;
	padding: 12px;
}

span.mand {
	color: #E00;
	font-size: 76%;
}

#rejestrempl table.ft caption, #rejestruser table.ft caption {
	font-size: 110%;
	color: #008;
	border-bottom: 1px solid #e8e8e8;
	padding-top: 40px;
	padding-bottom: 2px;
}

#rejestrempl table.ft input, #rejestrempl table.ft select {
	width: 98%;
}

#rejestrempl table.ft input[type=radio] {
	width: auto;
}

#rejestrempl table.ft input[type=text], #rejestrempl table.ft input[type=password], #rejestrempl table.ft select {
	border: 1px solid #888;
}

#rejestrempl table.ft input:focus[type=text], #rejestrempl table.ft input:focus[type=password], #rejestrempl table.ft select:focus {
	border: 1px solid #4B8DEA;
}

#rejestruser table.ft input, #rejestruser table.ft select {
	width: 98%;
}

#rejestruser table.ft input[type=radio] {
	width: auto;
}

#rejestruser table.ft input[type=text], #rejestruser table.ft input[type=password], #rejestruser table.ft select {
	border: 1px solid #888;
}

#rejestruser table.ft input:focus[type=text], #rejestruser table.ft input:focus[type=password], #rejestruser table.ft select:focus {
	border: 1px solid #4B8DEA;
}


#rejestrempl input.submit, #rejestruser input.submit {
	width: 112px;
	height: 34px;
	border: none;
	background-image: url(../gfx/formbutton.jpg);
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	padding-bottom: 4pt;
	vertical-align: middle;
	cursor: pointer;
	font-family: inherit;
}

#rejestrempl small, #rejestruser small {
	font-size: 90%;
	color: #555;
}

#rejestruser table.ft input[type=checkbox] {
	width: auto;
}

#rejestruser table.ft select.datepart {
	width: auto;
}

