@charset "utf-8";
/* CSS Document */

/* hírlevél */

/* feliratkozás form */

#newsletter-subscribe-title {
	background-image: url(../img/newsletter_subscribe_title.jpg);
	width: 196px;
	height: 18px;
	margin-bottom: 15px;
	margin-left: 3px;
	}

/* bal oldal */

#newsletter-form-username-tile {
	background-image: url(../img/newsletter_title_name.jpg);
	width: 156px;
	height: 18px;
	margin-left: 3px;
	}
	
#newsletter-form-email-tile {
	background-image: url(../img/newsletter_title_email.jpg);
	width: 156px;
	height: 18px;
	margin-top: 10px;
	margin-left: 3px;
	}

.newsletter-form-input-container {
	width: 156px;
	height: 31px;
	margin-left: 3px;
	}
	
.newsletter-form-input-first {
	background-image: url(../img/newsletter_input_first.jpg);
	width: 10px;
	height: 31px;
	float: left;
	}
	
.newsletter-form-input input {
	background: none;
	padding: 0px;
	margin: 0px;
	border: none;
	padding-top: 9px;
	padding-bottom: 8px;
	background-image: url(../img/newsletter_input_loop.jpg);
	width: 136px;
	height: 14px;/*31*/
	float: left;
	color: #2D3E50;
	font-size: 12px;
	font-family: Tahoma;
	}
	
.newsletter-form-input-last {
	background-image: url(../img/newsletter_input_last.jpg);
	width: 10px;
	height: 31px;
	float: left;
	}

/* hírlevél infó */

#newsletter-info-title {
	background-image: url(../img/newsletter_info_title.jpg);
	width: 206px;
	height: 18px;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 3px;
	}

#newsletter-info {
	width: 652px;
	height: auto;
	margin-left: 4px;
	}

#newsletter-info-top {
	background-image: url(../img/newsletter_info_top.jpg);
	width: 692px;
	height: 5px;
	font-size: 2px;
	}
	
#newsletter-info-center {
	background-image: url(../img/newsletter_info_center.jpg);
	width: 652px;
	height: auto;
	padding: 10px 20px;
	text-align: justify;
	color: #C7CCD2;
	line-height: 140%;
	}
	
#newsletter-info-bottom {
	background-image: url(../img/newsletter_info_bottom.jpg);
	width: 692px;
	height: 5px;
	font-size: 2px;
	}

#newsletter-form-bottom {
	width: 696px;
	height: 46px;
	margin-top: 20px;
	}	

#newsletter-form-error {
	background-image: url(../img/newsletter_error_bg.jpg);
	background-repeat: no-repeat;
	width: 371px;/*346*//*271*/
	height: 46px;/*46*/
	line-height: 46px;
	padding: 0px 10px 0px 65px;
	float: left;
	color: #FFFFFF;
	font-size: 11px;
	display: none;
	margin-left: 20px;
	}

#newsletter-form-success {
	background-image: url(../img/newsletter_success_bg.jpg);
	background-repeat: no-repeat;
	width: 271px;/*346*/
	height: 46px;/*46*/
	line-height: 46px;
	padding: 0px 10px 0px 65px;
	float: left;
	color: #FFFFFF;
	font-size: 11px;
	display: none;
	margin-left: 20px;
	}

#newsletter-form-send input {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
	margin-left: 3px;
	background-image: url(../img/newsletter_subscribe_off.jpg);
	width: 121px;
	height: 46px;
	float: left;
	cursor: pointer;
	}

#newsletter-form-send input:hover {
	background-image: url(../img/newsletter_subscribe_hover.jpg);
	}

#newsletter-form-bottom-info {
	background-image: url(../img/newsletter_bottom_info.jpg);
	background-repeat: no-repeat;
	width: 693px;
	margin-top: 15px;
	height: 22px;
	margin-left: 8px;
	}