/* Bejelentkezes */
div.loginbox {
  	margin-top: 20px;
	width: 380px;
	background-image: url(../fotomagazin.hu/img/bg_loginbox.gif);
	background-position: top left;
	background-repeat: repeat-y;
	display: table;
}

div.loginbox form {
    padding: 10px;
}


div.loginbox h1 {
  	margin-left: 10px;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
}

div.loginbox p {
    font-size: 12px;
    font-weight: normal;
	line-height: 25px;
	color: #9e9e9e;
}

div.loginbox a {
  	color: #000;
    font-size: 11px;
	line-height: 20px;
}

div.loginbox #username {
	width: 231px;
	height: 22px;
	line-height: 22px;
	background-image: url(../fotomagazin.hu/img/bg_inputbox_login_email.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	text-indent: 5px;
}

div.loginbox #password {
	width: 169px;
	height: 22px;
	line-height: 22px;
	background-image: url(../fotomagazin.hu/img/bg_inputbox_login_pass.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	text-indent: 5px;
}

div.loginbox p.submit {
	margin-top: 10px;
}
