/* Newsletter module common css */
.mainnewsletter {
	width:98%;
	font-family:Arial;
	font-size:14px;
	color:#333;
	margin:auto;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	font-size:12px;
	width:100%
}
.newsletterbutton {
	/*width:100%;*/
	border:1px solid #CCC;
	text-align:center;
	padding-top:5px;
}
.newsletterbutton p  {
	text-align:center;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	color:#333;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

/* 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: none;
	color: #333;
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding-top:0px;
	border:1px solid #CCC;
}
#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:2px;
	border: none;
}

#subscribelayout label, .highslide-body label, .normalsublayout label{
	PADDING-RIGHT: 5px; 
	DISPLAY: block; 
	FLOAT: left; 
	WIDTH: 60px; 
	MARGIN-RIGHT: 5px; 
	POSITION: relative; 
	TEXT-ALIGN: right;
	color:#333;
}
#subscribelayout input.button, .highslide-body input.button, .normalsublayout input.button{
	background:url(graphics/bg_button.png);
	border:1px solid #003300;
	font-size:11px;
	padding:2px;
	color:#FFF;
	font-weight:bold;
	margin-top:4px;
}

#subscribelayout input, .highslide-body input, .normalsublayout input{
	font-size:11px;
	padding:2px;
}