/* Newsletter module common css */
.mainnewsletter {
	border-left:1px dotted #FFFFFF;
	width:95px;
	font-family:Arial;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	height:73px;
	padding:0 0 0 10px;
	z-index: 300;
	overflow:hidden;
	float:right;
	/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:center;
}
.newsletterbutton {
	/*width:100%;*/
	border:5px solid #000000;
	font-weight:bold;	
	text-align:center;	
	padding-top:5px;
}
.newsletterbutton p  {
	text-align:center;
}
.newsletterbutton a#toggle, .newsletterbutton 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: transparent;
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	margin-top:0px;
	padding-top:5px;
	border: none;
}


.nl_input {
	background: #fff;
	height:18px;
	width:90px;
	border:1px solid #000;
	color: #484848;
	font-size: 10px;
	margin: 0 0 0 0;
}

.nl_button {
	background: #ccc;
	height:18px;
	border:1px solid #ccc;
	font-size: 10px;
	width:90px;
	padding: 0 0 3px 0;
	margin: 2px 0 0 1px;
}

.normalsublayout label {
	font-size: 10px;
}

.mainnewsletter h3 {
	font-size: 13px;
	padding:10px 0 0 0;
	margin:0;
	color:#fff;
}
