
/*  */

table.tblLogowanie
{
	width: 300px;
	margin: 0px;
	padding: 0px;
	border: none;
}

table.tblLogowanie tr
{
	border: none;
}

table.tblLogowanie td
{
	border: none;
}

table.tblLogowanie td.tdTxtlogin
{
	text-align: right;
	font-weight: bold;
	width: 100px;
}

table.tblLogowanie td.tdTxthaslo
{
	text-align: right;
	font-weight: bold;
	width: 100px;
}

table.tblLogowanie td.tdBtnLogin
{

}

/*  */

input
{
	border: solid 1px #A6AFBD;
}

input.txtLogin
{
	font-size: 9pt;
	height: 18px;
	width: 150px;
}

input.txtHaslo
{
	font-size: 9pt;
	height: 18px;
	width: 150px;
}

input.btnLogin
{
	background-color: #CED3DB;
	font-size: 9pt;
	color: #616F84;
	height: 18px;
	width: 100px;
	cursor: pointer;
	cursor: hand;
}
