/* Newsletter module common css */
.mainnewsletter {
	width: 290px;
	text-align: left;
	padding-top: 36px;
	margin-left: -10px;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #747474;
	float:left;
}

.mainnewsletter a:link, .mainnewsletter a:visited {
	color: #747474;
	text-decoration: none;
}

.mainnewsletter a:hover, .mainnewsletter a:active {
	color: #ac5f2d;
	text-decoration: none;
}

.mainnewsletter p {
	text-align:left;
}

.newsletterbutton {
	/*width:100%;*/
	font-family:"Century Gothic";
	font-size: 12px;
	color: cd461b;	
	text-align:right;
	float:right;
	margin-top:-17px;
	margin-right: 130px;
}

.newsletterbutton p  {
	text-align:right;
}

.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	color:#ac5f2d;
	text-decoration:none;
	font-family: "Century Gothic";
	font-size: 12px;
}

.button {
	/*width:100%;*/
	font-family:"Century Gothic";
	font-size: 12px;
	color: #747474;
	background: transparent;
	border: 1px solid;
	border-color: #747474;
	text-align:left;
	float:left;
	padding-top: 2px;
}

.button:link    { border-color:#747474; }
.button:visited { border-color:#747474; }
.button:hover   { border-color:#ac5f2d; color:#ac5f2d; }
.button:active  { border-color:#ac5f2d; color:#ac5f2d; }


a:link, a:visited {
	color: #747474;
	text-decoration: none;
}

a:hover, a:active {
	color: #ac5f2d;
	text-decoration: none;
}

/* Mootols style */
#subscribelayout {
	position: relative;
	background: none;
	color: #747474;
	font-family: "Century Gothic";
	font-size: 12px;
	text-align:left;
	width: 290px;
	height: 150px;
	padding-top:5px;
	z-index:20;
}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:left;
	padding-top:5px;
}
.highslide-body p{
	color: #747474;
}

/* Normal style */
.normalsublayout {
	background: #FFFFFF;
	color: #747474;
	font-size:12px;
	margin-top:5px;
	border: none;
}
