/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-align:left;
	padding:0;
	margin:0;
	overflow:hidden;
	vertical-align: text-top;
	white-space:nowrap;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:left;
}
.newsletterbutton {
	/*width:100%;*/
	border:5px solid #000000;
	font-weight:bold;
	text-align:left;
	padding-top:5px;
}
.newsletterbutton p  {
	text-align:left;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}


#subscribeFormModule{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

#subscribeFormModule div{
padding-bottom:5px;
}
#subscribeFormModule .button,
#subscribeFormModule a.button{
margin-top:5px;
font-size:11px;
padding:2px;
}

#subscribeFormModule #name{
width:150px;
}


#subscribeFormModule #email{
width:150px;
}

#subscribeFormModule input, #subscribeForm input{
padding:3px;
border-bottom:1px solid #B0CDE3;
border-top:1px solid #9DBDD5;
border-left:1px solid #9DBDD5;
border-right:1px solid #B0CDE3;
background-color:#E0ECF4;
font-size:11px;
color:#393939;
}
#subscribeFormModule input:hover, #subscribeForm input:hover{
background-color:#FFFCCD;
}
/* 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{}

.highslide-body p{
	color: #92939D;
}

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