/* Bejelentkezes */
div.newsletter {
	font-size: 14px;
}

div.newsletter form {
	margin-top: 25px;
}

div.newsletter h1 {
	margin-bottom: 10px;
	font-size: 16px;
}

div.newsletter h2 {
	font-size: 14px !important;
	font-weight: normal;
	color: #FF0000;
}

div.newsletter p {
	margin-bottom: 17px;
	width: 100% !important;
	font-size: 12px !important;
	font-weight: normal;
	line-height: 14px !important;
}

div.newsletter p.input {
	line-height: 23px !important;
}

div.newsletter p.submit {
	line-height: 23px !important;
	text-align: right;
}

div.newsletter p span {
	width: 75px;
	float: left;
	display: table;
}

div.newsletter input.inputbox {
  	width: 284px !important;
	height: 23px;
	line-height: 23px;
	background-image: url(../fotomagazin.hu/img/bg_inputbox_newsletter.gif);
	background-position: left;
	background-repeat: no-repeat;
	border: 0;
	text-indent: 5px;
}

div.newsletter input.submit {
	margin-right: 8px;
  	width: 92px;
	height: 23px;
	background-image: url(../fotomagazin.hu/img/bg_submit_newsletter.gif);
	background-position: left;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
}

p.error_message {
  	width: 100%;
  	color: #FFF;
	background-color: #FF0000;
	font-size: 11px;
	text-indent: 10px;
}

p.success_message {
  	width: 100%;
  	color: #FFF;
	background-color: green;
	font-size: 11px;
	text-indent: 10px;
}

div.navigator {
	line-height: 25px !important;
	border-bottom: 1px solid #999 !important;
}


