/* Newsletter module common css */
.mainnewsletter {
	width:100%;
        height:95px;
	font-family:Arial;
	font-size:12px;



/*	border:1px solid red;*/
}
.mainnewsletter p {

}
.newsletterbutton {

}
.newsletterbutton p  {

}
.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  {

}
.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:center;
	padding-top:10px;
	font-weight:bold;
}
.highslide-body p{
	color: #92939D;
}

/* Normal style */
.normalsublayout {
	background: #e6f1ff;
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	margin-top:1px;
	padding-top:1px;
	border: none;
}

.button {
color:#003456;
font-weight:bold;
font-size:10px;
font-family:Arial;
background:#c4d2e5 !important;
border-style:solid;
border-width:2px;
border-color:#cccccc;

}

input#email[type="text"], input#name[type="text"] {
background-color:#eeeeee;
width:100px;
}

form#subscribeFormModule p, form#subscribeFormModule div  {
color:#003456;
text-transform:uppercase;
font-weight:bold;
font-size:10px;
margin-left:5px;
}

form#subscribeFormModule p {
float:left;
margin-left:5px;
}

input#addSubscriber[type="button"] {

}


