/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:normal;
	text-align:justify;
}
.mainnewsletter p {
	padding: 0 10px;
}
.newsletterbutton {

	
	color:#FFFFFF;
	border:none;
	font-weight:bold;
	
}
.newsletterbutton p  {
	text-align:center;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	text-decoration:none;
	display:block;
	background: #AC3D10 url(../../../templates/contactoi/images/style2/button_def.png) repeat-x ;
	width: 55%;
	color:#FFFFFF;
	margin:0 auto;
}
.newsletterbutton a:hover#toggle{
	
	background: #EA4211 url(../../../templates/contactoi/images/style2/button_hov_def.png) repeat-x ;
}
/* highslide*/
.newsletterbutton_highslide {
	/*width:100%;*/
	border:none;
	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 {
	font-size:12px;
	font-weight:normal;
	padding:10px;
	border:none;
}
#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;
}
