/* Newsletter module common css */
.mainnewsletter {
	width:690px;
	height:275px;
	font-family:Arial;
	font-size:14px;
	color:#000000;
	border: 1px solid #e7e7e7; 
	padding: 5px; 
	background-color: #f5f5f5;
	
	margin: 0px auto;
	margin-right: 40px;
}
.mainnewsletter p {
	
}
.newsletterbutton {
	/*width:100%;*/
	border:5px solid #000000;
	
	
	padding-top:0px;
}
.newsletterbutton p  {
	
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	
	color:#000000;
	text-decoration:none;
}


#subscribelayout p, .highslide-body p, .normalsublayout p{
	
	padding-top:10px;
	
}
.highslide-body p{
	color: #92939D;
}

/* Normal style */
.normalsublayout {
	border: 0px solid red;
	width: 240px;
	height: 150px;
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	padding-top:0px;
	margin-top: -140px;
	margin-left: 400px;
	float: right;
	}

input.newsl, form.newsl { 
 	height: 25px;
	width: 220px;
	margin: 0px;
	font-size: 15px;
}

form.newslbttn { 
 	height: 25px;
	width: 250px;
	margin: 5px;
	font-size: 20px;
}
