/*  formularze   */


td.form_input {
	width: 100%;
}


label.text-field,
label.checkbox {
	display:	block;
	vertical-align:	middle;
	text-align:	center;
	overflow:	hidden

	margin:	4px;
}

label.text-field {
	width:	320px;
}

label.text-field > select,
label.text-field > input {
	width:	67%;
	float:	right;
}

label.checkbox > input {
	float: left;
	margin:	2px;
}

span.clean {
	display:	block;
	clear:		both;
}


/*  pola formularzy   */
input, select, textarea {
	font: normal 11px Tahoma;
	color: #213255;

	border: 1px solid #B6CCEA;
	padding: 1px 2px;
	margin: 0px 3px;
}

input.small {
	width: 35px;
}

input.medium, select.medium {
	width: 120px;
}

textarea.large {
	border: 1px solid #B6CCEA;
	width: 98%;
	height: 50px;
	font: normal 11px Tahoma;
	color: #213255;
}

input.large, select.large {
	width: 350px;
}

p.left {
	white-space:	nowrap;
	float: left;
	margin: 0px 20px 2px 2px;
}

p.right {
	white-space:	nowrap;
	float: right;
	margin: 0px 20px 2px 2px;
}

label.checkbox > input {
	margin:	2px 4px 0 0px;
	padding: 2px 10px 0px 0px; 
	float: left;
	color: #6A7FA6;
}

input[type='checkbox'] {
	vertical-align:	middle;
	text-align:	center;
	margin:	0 4px 0 0;
	color: #6A7FA6;
}


table.form {
	border-collapse:	separate;
	border-spacing:	6px;
	width:	100%;
}

table.form > tbody th {
	text-align:	right;
}

table.form td.label {
	text-align:	right;
	font:	normal 11px Tahoma;
	color:	#6A7FA6;
	padding:	0px 3px;
	vertical-align:	top;
	white-space:	nowrap;
}


table.form td.field {
	text-align:	left;
	width:	100%;
	font: normal 11px Tahoma;
	color: #6A7FA6;
	padding: 0px;
	vertical-align: middle;
}

table.form td.field input[type='text'] {
	min-width:	300px;
}

table.mceLayout {
	width:	100% !important;
	margin:	0px;
}

div.form_buttons > a.button {
	float:	right;
	margin:	0px;
	margin-left:	8px;
}

div.form_buttons > a img {
	width:	82px;
	height:	19px;
	background-repeat:	no-repeat;
	background-position:	center center;
}

div.form_buttons img.svbk {
	width:	164px;
	background-color:	#FF8;
	background-image:	url('/images/btn_back.gif');
}

div.form_buttons img.back {
	background-image:	url('/images/btn_back.gif');
}

div.form_buttons img.back:hover {
	background-image:	url('/images/btn_back_1.gif');
}

div.form_buttons img.show {
	background-image:	url('/images/btn_show.gif');
}

div.form_buttons img.show:hover {
	background-image:	url('/images/btn_show_1.gif');
}

div.form_buttons img.save {
	background-image:	url('/images/btn_save.gif');
}

div.form_buttons img.save:hover {
	background-image:	url('/images/btn_save_1.gif');
}
