/* Newsletter module common css */

.mainnewsletter {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333;
	text-align:center;/*	border:1px solid red;*/
	font-weight: bold;
}

.mainnewsletter p {
	text-align: left;
	margin-top: 0px;
}

.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: #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:left;
	font-weight:bold;
	padding-top: 10px;
}

.highslide-body p{

	color: #92939D;

}



/* Normal style */

.normalsublayout {
	color: #666;
	font-size:0.9em;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
.normalsublayout #subscribeFormModule {
}
.normalsublayout #subscribeFormModule div {
	text-align: left;
	width: 100%;
}
.normalsublayout #subscribeFormModule div #name {
	text-align: left;
	width: 175px;
	margin-left: 5px;
}
.normalsublayout #subscribeFormModule div #email {
	text-align: left;
	width: 175px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.normalsublayout #subscribeFormModule p {
	margin: 0px;
}
