div#login_box {
	width: 515px;
	height: 303px;
	background-image: url("http://img10.gram.pl/images/login_box.png");
	background-repeat: no-repeat;
	margin: auto;
	position: relative;
	top: 140px;
	text-align: center;
}

input.logging {
	position: absolute;
	width: 281px;
	left: 100px;
	color: #666666;
	font-size: 9pt;
}

input#log {
	top: 102px;
	/*background-image: url("http://img10.gram.pl/images/log.png");*/
}

input#pass {
	top: 145px;
/*background-image: url("http://img10.gram.pl/images/pass.png");*/
}

input#log_button {
	background-image: url("http://img10.gram.pl/images/log_button.png");
	background-repeat: no-repeat;
	width: 82px;
	height: 24px;
	border: none;
}

#log_button {
	position: absolute;
	top: 197px;
	left: 200px;
}

p.signin {
	position: relative;
	top: 234px;
}

a {
	color: #0054d5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	