/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-align:center;
}
.mainnewsletter p {
	text-align:center;
}
.newsletterbutton {
	/*width:100%;*/
	border:thin solid #CC0000;
	font-weight:bold;
	text-align:center;
	background-color: #FFFFFF;
	height: 28px;
	color: #333333;
	padding-top: 1px;
}
.newsletterbutton p  {
	text-align:center;
	line-height: 0px;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	sfont-weight:bold;
	color:#666666;
	text-decoration:none;
	font-variant: small-caps;
}

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

/* Mootols style */
#subscribelayout {
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding-top:10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}
.highslide-body p{
	color: #92939D;
}

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