/* ----------------------------------------------------------------------------*/

/*
	(c) 2005-2007 Grafikstudio
	Wszystkie prawa zastrzeżone

	UWAGA!
	Dokonanie *jakichkolwiek* zmian w obrębie kodu źródłowego strony
	doprowadzi do utraty gwarancji na poprawne działanie kodu i
	uniemożliwi nieodpłatne naprawy usterek przez wykonawcę, jeżeli
	takowe wystąpią.

*/

/* ----------------------------------------------------------------------------*/
/*   klasy elementów formularzy                                                */
/* ----------------------------------------------------------------------------*/

	.form_button {
		border: 1px solid #4476a4;
		background-color: #84afd4;
		font: bold 11px arial;
		color: #ffffff;
		margin-top: 2px;
		padding: 1px;
	}

	.form_input {
		border: 1px solid #cccccc;
		background-color: #F8F8F8;
		background-image: url('img/bg_8.gif');
		background-position: bottom center;
		background-repeat: repeat-x;
		font: 11px verdana;
		color: #5b5b5b;
	}

	.form_textarea {
		border: 1px solid #aaaaaa;
		background-color: #f8f8f8;
		background-image: url('img/bg_9.gif');
		background-position: bottom center;
		background-repeat: repeat-x;
		font: 11px verdana;
		color: #5b5b5b;
		padding: 2px;
	}

	.block_formfield_newline {
		display: block;
		padding: 5px 0px;
		margin: 0px;
		border: none;
		border-bottom: 1px solid #f0f0f0;
		vertical-align: top;
		font: 11px tahoma;
		color: #5b5b5b;
	}

	.block_formfield_description {
		display: table-cell;
		width: 200px;
		padding: 3px;
		position: relative;
		text-align: left;
		vertical-align: top;
	}

	.block_formfield_input {
		padding: 3px;
		display: table-cell;
		text-align: left;
		vertical-align: top;
	}

	.text_formfield_description {
		text-align: left;
		font: 10px tahoma;
		color: #8b8b8b;
	}
