/* Newsletter module common css */
.mainnewsletter {
	width:200px;
	font-family:Arial;
	font-size:10px;
	color:white;
	font-weight:bold;
	text-align:left;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:left;
}
.newsletterbutton {
	/*width:100%;*/
	font-weight:bold;
	text-align:center;
	padding-top:1px;
	padding-bottom:1px;
	background-image: url(../../../templates/gospodyni24/images/news.jpg);
}
.newsletterbutton p  {
	text-align:center;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	font-weight:bold;
	color:white;
	text-decoration:none;
}

/* highslide*/
.newsletterbutton_highslide {
	/*width:100%;*/
	border:0px solid #000000;
	font-weight:bold;
	text-align:left;
	padding-top:3px;
}
.newsletterbutton_highslide p  {
	text-align:left;
	margin-top:3px;
}
.newsletterbutton_highslide a#toggle, .newsletterbutton_highslide p a.highslide{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

/* Mootols style */
#subscribelayout {
	background-image: url(../../../templates/gospodyni24/images/news2.jpg);
	color: white;
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	text-align: center;
	margin:10px;
	padding-bottom: 3px;
	margin-top: 0px;

}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:center;
	font-weight:bold;
	padding-top: 4px;
	padding-bottom:4px;
	margin-top:0px;

}
.highslide-body p{
	color: white;
}

/* Normal style */
.normalsublayout {
	background: #FFFFFF;
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	border: none;
}
