/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-family:Tahoma;
	font-size:12px;
	color:#8a012e;
	text-align:left;
	
/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:left;
}
.newsletterbutton {
    width:100%;
	font-weight:bold;
    text-align:center;
    background-image: url(graphics/mail.png);
    background-repeat: no-repeat;
    height:128px;
}
.newsletterbutton p  {
	text-align:center;
    line-height:128px;
    margin:0;
    vertical-align:middle;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	font-weight:bold;	
	color:#000000;
	text-decoration:none;
}
/* Mootols style */
#subscribelayout {
	background: #ccc;
	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;
    height:120px;
}

.highslide-body p, .normalsublayout p{
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}
.highslide-body p{
	color: #92939D;
}

/* Normal style */
.normalsublayout {
	background: #fff;
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	padding-bottom:10px;
	border: none;
}
.normalsublayout dl, #subscribelayout dl{
    clear: both;	
    padding:5px;
}
.normalsublayout dl dt, #subscribelayout dl dt{
    float: left;
    width:100px;
}
.normalsublayout dl dd, #subscribelayout dl dd{
    float: left;
    width:150px;
}
