﻿/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-family: Georgia, Verdana, serif;
	font-size:11px;
	color:#333;
	font-weight:normal;
	text-align:center;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:center;
}
.newsletterbutton {
	/*width:100%;*/
	/*border:1px solid #333;*/
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #5b4848;
	text-align:center;	
	padding-top:5px;
}
.newsletterbutton p  {
	font-family: Tahoma, Arial, sans-serif;
	text-align:center;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #5b4848;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5b4848;
	text-decoration:underline;
}
.newsletterbutton p a.highslide:hover, .newsletterbutton p a.highslide:visited, .newsletterbutton p a.highslide:active {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5b4848;
	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:left;
	padding-top:10px;
	font-weight:normal;
}
.highslide-body p{
	color: #92939D;
}

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