/*******************************************************************************
	Tabelka logowania
	Autor: Antoni Jakubiak <antek@sk8.pl>
	(c) Synerway Sp. z o. o.
*******************************************************************************/
table.login {
	background-color: #f5f5f5;
}
table.loginbg {
	background-position: 95% 95%;
	background-repeat: no-repeat;
}

table.login td.label {
	background-color: #ebebeb;
	text-align: right;
	padding-right: 10px;
	color: #555;
}
table.login td.field {
	color: #114a5d;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}
table.login td.field input {
	background-color: #fff;
	border: 1px solid #555;
	width: 170px;
}
table.login td.error_label {
	background-color: #ff6b25;
	text-align: right;
	vertical-align: top;
	padding: 7px;
}
table.login td.error_field {
	background-color: #ff5301;
	color: #fff;
	font-weight: bold;
	line-height: 1.4em;
	padding: 12px 9px;
	vertical-align: top;
}
table.login a {
	color: #114a5d;
	text-decoration: none;
	cursor: pointer;
}
table.login a:hover {
	text-decoration: underline;
}
table.login .normal {
	font-size: 10px; 
	color: #555;
}
table.login {
	background-color: #f5f5f5;
}

table.loginbg {
	background-position: 95% 95%;
	background-repeat: no-repeat;

}

table.login td.label {
	background-color: #ebebeb;
	text-align: right;
	padding-right: 10px;
	color: #555;
}
table.login td.field {
	color: #114a5d;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}
table.login td.field input {
	background-color: #fff;
	border: 1px solid #555;
	width: 170px;
}
table.login td.error_label {
	background-color: #ff6b25;
	text-align: right;
	vertical-align: top;
	padding: 7px;
}
table.login td.error_field {
	background-color: #ff5301;
	color: #fff;
	font-weight: bold;
	line-height: 1.4em;
	padding: 12px 9px;
	vertical-align: top;
}
table.login a {
	color: #114a5d;
	text-decoration: none;
	cursor: pointer;
}
table.login a:hover {
	text-decoration: underline;
}
table.login .normal {
	font-size: 10px; 
	color: #555;
}
