/* CSS Login Polecamy */
<!--
.box_class {
	width: 173px;
}
.top {
	background-image: url(images/heading_left.gif);
	width: 100%;
	position: relative;
	height: 12px;
	overflow: hidden;
	float: left;
}
.content {
	float: left;
	height: auto;
	width: 100%;
	background-image: url(images/background_content.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 5px;
	margin: 0px;
}
.content form {
	margin: 0px;
	padding: 0px;
}
.content input {
	color: #FFFFFF;
	background-color: #003333;
	background: #003333;
	width: 155px;
	border: 1px solid #336666;
	margin-bottom: 10px;
}
#zaloguj {
	margin-top: 10px;
}
.content label {
	margin-left: 5px;
}
.name {
	width: 100%;
	height: 30px;
	position: relative;
	float: left;
	overflow: hidden;
}
.left_img {
	background-image: url(images/title_left.gif);
	display: inline;
	float: left;
	height: 30px;
	width: 7px;
	position: relative;
}
.title {
	background-image: url(images/background_box.gif);
	background-repeat: repeat-x;
	display: inline;
	float: left;
	width: 148px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	height: 30px;
	padding-top: 7px;
	padding-bottom: 0px;
}
.right_img {
	background-image: url(images/title_right.gif);
	display: inline;
	float: left;
	height: 30px;
	width: 18px;
}
.box_footer_left {
	
	height: 12px;
	width: 100%;
	position:relative;
	float:left;
}

-->
