/* Regisztracio */
h1.elofizetes {
  	margin-bottom: 20px;
	line-height: 26px;
	color: #990000;
	font-size: 26px;
	display: block;
}

div.text {
	margin-bottom: 20px;
	color: #7E7E7E;
	text-align: center;
}

#elofizetes {
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 20px;
	background-color: #FAF9F4;
}

#elofizetes p {
  	padding-top: 5px;
  	padding-bottom: 5px;
	color: #7E7E7E;
	text-transform: uppercase;
}

#elofizetes p span {
	width: 130px;
	float: left;
	font-weight: bold;
}

#elofizetes ul {
	margin-right: 30px;
	margin-bottom: 20px;
  	width: 100%;
	list-style: none;
}

#elofizetes ul li {
  	line-height: 20px;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #7E7E7E;
	display: table;
}

#elofizetes ul input {
	margin-right: 30px;
}

#elofizetes input.inputbox  {
	width: 200px;
	margin-right: 0px;
}

#elofizetes ul label {
	width: 200px;
	display: table;
	float: left;
	cursor: pointer;
}

#elofizetes ul li label b {
	font-size: 12px;
}

#elofizetes input.submit {
	width: 257px;
	height: 33px;
	color: #3D3D3B;
	background-image: url(../fotomagazin.hu/img/submit_elofizetes.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

p.submit {
	margin-top: 20px;
	margin-bottom: 20px;	
	text-align: center;
}

p.error_message {
  	margin-bottom: 5px;
  	padding: 5px;
  	width: 100%;
  	color: #FFF;
	background-color: #FF0000;
	font-size: 12px;
	text-indent: 10px;
}

p.success_message {
  	padding: 5px;
  	width: 100%;
  	color: #FFF;
	background-color: green;
	font-size: 12px;
	text-indent: 10px;
}

td.right img {
	margin-left: 10px;
}


