.login-content {
    margin-left: 0px;
    overflow: auto;
	border: 1px solid #61AED8;
}
.login-content .left {
	float: left;
    border: none;
    width: 50%;
	height: 360px;
	background: #61AED8;
}
.login-content .right {
	float: right;
    border: none;
    margin-right: 0;
	margin-left: 0;
	width: 50%;
	overflow: auto;
}
#content {
	min-height: 0;
}
#pola {
	float: left;
	height: 108px;
	width: 210px;
	margin: 130px 0 0 50px;
}
#mail {
	font-size: 1.2em;
	padding: 0 3px;
	width: 202px;
	height: 30px;
	border: 1px solid #B3B3B3;
	float: left;
	color: #B3B3B3;
}
#usermail {
	font-size: 1.2em;
	padding: 0 3px;
	width: 202px;
	height: 30px;
	border: 1px solid #B3B3B3;
	float: left;
	color: #4D4D4D;
}
#password {
	font-size: 1.2em;
	clear: both;
	margin: 25px 0 0 0;
	padding: 0 3px;
	width: 202px;
	height: 30px;
	border: 1px solid #B3B3B3;
	color: #B3B3B3;
	float: left;
}
#userpassword {
	font-size: 1.2em;
	clear: both;
	margin: 25px 0 0 0;
	padding: 0 3px;
	width: 202px;
	height: 30px;
	border: 1px solid #B3B3B3;
	color: #4D4D4D;
	float: left;
}
#loguj {
	float: left;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 90%;
	font-size: 15px;
	font-family: Tahoma, sans-serif;
	margin: 120px 0 0 50px;
	border: none;
	color: white;
	height: 108px;
	width: 108px;
	background: url('../image/przycisk_ciemny_off.png') top right no-repeat;	
}
#loguj:hover {
	color: #0071BC;
	background: url('../image/przycisk_ciemny_on.png') top center no-repeat;	
}
#problem {
	clear: both;
	float: left;
	display: block;
	margin: 100px 0 0 50px;
	color: orange;
	text-decoration: none;
}
#problem:hover {
	text-decoration: underline;
}
#zarejestruj {
	height: 108px;
	width: 108px;
	margin: 120px 50px 0 0;
	float: right;
	background: url('../image/przycisk_jasny_off.png') top right no-repeat;	
	text-transform: uppercase;
}
#zarejestruj:hover {
	background: url('../image/przycisk_jasny_on.png') top center no-repeat;
}
#zarejestruj a {
	padding-top: 42px;
	padding-bottom: 42px;
	display: block;
	color: #61AED8;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-family: Tahoma, sans-serif;
	line-height: 90%;
}
#zarejestruj a:hover {
	color: #208BBA;
}
.left p {
	font-family: Tahoma, sans-serif;
	float: left;
	display: block;
	margin: 120px 0 0 60px;
	width: 210px;
	height: 108px;
	color: white;
	font-size: 21px;
	font-weight: normal;
	/*padding-left: 15px;*/
	/*background: url('../image/bt_prenumerata_pion.png') top left no-repeat;	*/
}
.left span {
	font-weight: bold;
	font-size: 1.1em;
}