/* Newsletter module common css */
.mainnewsletter {
	width:180px;
	font-size:14px;
	color:#0C3A6D;
	text-align:center;
	margin:8px;
	padding:0 0 15px;
	background:url(../img/bg-bottom.jpg) 0 100% no-repeat;
/*	border:1px solid red;*/
}

.mainnewsletter p#introtext {
	margin:0;
	padding:10px 0 10px 25px;
	font-size:1em;
	font-weight:bold;
}

.inner-newsletter {
	width:180px;
	margin:0;
	padding:0;
	background:url(../img/bg-top.jpg) 0 0 no-repeat;
}

.content-newsletter {
	width:180px;
	margin:0;
	padding:0;
	background:url(../img/bg-repeat.jpg) 0 0 repeat-y;
}

.content-newsletter p {
}

.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:0;
}
.newsletterbutton_highslide p  {
	text-align:center;
	margin:0;
	padding:0;
	line-height:30px;
}
.newsletterbutton_highslide a#toggle, .newsletterbutton_highslide p a.highslide{
	font-weight:bold;
	color:#0C3A6D;
	text-decoration:none;
}

.newsletterbutton_highslide p a.highslide {
	line-height:30px;
	padding:7px 0 7px 15px;
	background:url(../img/button-l.jpg) 0 0 no-repeat;
}

.newsletterbutton_highslide p a.highslide span {
	line-height:30px;
	padding:7px 0;
	background:url(../img/button-repeat.jpg) 0 0 repeat-x;
}

.newsletterbutton_highslide p a.highslide span span {
	line-height:30px;
	padding-right:15px;
	background:url(../img/button-r.jpg) 100% 0 no-repeat;
}

/* Mootols style */
#subscribelayout {
	background: #FFFFFF;
	color: #92939D;
	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, .normalsublayout p{
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}
.highslide-body p{
	color: #92939D;
}

/* Normal style */
.normalsublayout {
	background: #FFFFFF;
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	padding-top:10px;
	border: none;
}