.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.ea-edit-left {
	height: 25px;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}

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



.xp-dialog {
	width: 500px;
	background-color: #FDFCFA;
	border: 1px solid #C0C0C0;
	font-size: 11px;
	font-family: verdana, tahoma;
	margin: auto;
}

.xp-notice {
	width: 500px;
	background-color: #F3F3EF;
	border: 1px solid #C0C0C0;
	font-size: 11px;
	font-family: verdana, tahoma;
	margin: auto;
}

.xp-title-notice {
	background-repeat: no-repeat;
	background-position: 10px;
	height: 66px;
	padding-left: 100px;
	padding-top: 4px;
}


.xp-body {
	padding: 5px;
}

.xp-title {
	background-color: #EFEFE7;
	background-repeat: no-repeat;
	background-position: 10px;
	height: 66px;
	padding-left: 100px;
	padding-top: 4px;
}

.xp-title-text {
	height: 36px;
	font-size: 10px;
}

.xp-title-buttons {
	height: 30px;
	text-align: right;
	padding-right: 10px;
}

.xp-input, .xp-select {
	border: 1px solid #C0C0C0;
	font-family: verdana, tahoma;
	font-size: 11px;
	color: #000000;
}

.xp-button {
	font-family: verdana, tahoma;
	font-size: 13px;
	color: #000000;
	background-color: #E5E5E5;
	border: 1px solid #BFBFBF;
	cursor: pointer;
}