.form {
    background-color: #F4F0E9;
    border: 1px solid #8D6F47;
    padding: 5px;
    color: #8E6937;
    font-size: 11px;
}

.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7e5c2f;
	border: 3px solid #6e4f26;

}

.input_login {
	background-image: url(../gfx/text-f.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #ab9164;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a68b68;
	font-size: 11px;
	padding-left: 3px;
}

.input, .select {
	border: 1px solid #ab9164;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a68b68;
	font-size: 11px;
}

td.edit_left {
	height: 25px;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}

td.edit_center {
	text-align: center;
}

.naglowek {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #675A47;
}