@charset "utf-8";
/* CSS Document */

.newsletterBox a
{
	display:block;
	height:30px;
}

.newsletterBox
{
	background-color:#FFF;
	padding-bottom:10px;
	padding-left:30px;
	display:none;
}

.newsletterBox ul
{
	background-color:#ffeeca;
	width:950px;
	overflow:hidden;
	padding:10px;
	padding-left:0;
}

.newsletterBox ul li
{
	float:left;
	line-height:30px;
	line-height:30px;
}

.newsletterBox .buttonSend
{
	background:url(../i/btn_feliratkozom.gif) no-repeat;
	width:120px;
	margin-right:10px;
	float:right;
}

.newsletterBox .buttonCancel
{
	background:url(../i/btn_megse.gif) no-repeat;
	width:79px;
	float:right;
}

.newsletterBox .inputBg
{
	width:232px;
	height:30px;
	background:url(../i/newsletter_inp_bg.gif) no-repeat;
	margin-left:10px;
}

.newsletterBox .inputBg input
{
	width:93%;
	margin-left:4px;
	border:0;
	background-color:transparent;
}

.newsletterBox .inputLabel
{
	padding-left:20px;
	color:#876d49;
	font-weight:bold;
}
