/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-family:Arial;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	background: url(graphics/bg_left_content.jpg) no-repeat  ;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:center;
}
.newsletterbutton {
	/*width:100%;*/
	border:5px solid #000000;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}
.newsletterbutton p  {
	text-align:center;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

/* highslide*/
.newsletterbutton_highslide {
	/*width:100%;*/
	border:0px solid #000000;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}
.newsletterbutton_highslide p  {
	text-align:center;
}
.newsletterbutton_highslide a#toggle, .newsletterbutton_highslide p a.highslide{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

/* Mootols style */
#subscribelayout {
	background: transparent;
	color: #E5E5E5;
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding-top:10px;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}
#subscribelayout p, .highslide-body p, {
	text-align:center;
	padding-top:0;
	font-weight:bold;
}
.highslide-body p{
	color: #E5E5E5;
}

/* Normal style */
.normalsublayout {
	background: transparent;
	color: #E5E5E5;
	font-size:12px;
	font-weight:normal;
	margin:0; padding:0;
	border: none;
}

.normalsublayout form#subscribeFormModule input {
	width:186px;
	height: 22px; 
	border: 1px solid #5c5c5c;
	background: url(graphics/input_search.jpg) repeat-x;
	color:#aeaeae;  margin-left:7px; vertical-align:middle;
} 
.normalsublayout form#subscribeFormModule input.zapisz_mnie {
	width:85px;
	height:25px;
	border:none;
	background: url(graphics/zapisz.jpg) no-repeat;
	 margin-bottom:6px; margin-left:6px; margin-right:34px;
}
.bg_email {display:block; margin:5px 0 5px 0;}

.name_email {vertical-align:middle; }
.name_pole {vertical-align:middle; margin-left:11px;}


