/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-family:Arial;
	/*font-size:1.5em;*/
	color:#000000;
	/*font-weight:bold;*/
	text-align:center;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:center;
	color:#ffffff;
}

.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;
}

/* highslide*/
.newsletterbutton_highslide {
	/*width:100%;*/
	border:0px solid #000000;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}

.newsletterbutton_highslide p  {
	text-align:center;
}

.newsletterbutton_highslide a#toggle, .newsletterbutton_highslide p a.highslide{
	font-weight:bold;
	color:#FFFFFF;
	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;
	color:#FFFFFF;

	/*font-weight:bold;*/
}
.highslide-body p{
	color: #92939D;
}

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

input {
margin-bottom: 0.5em;
}

.mainnewsletter a {
color:#FFB03F;
text-decoration:none;
}

.mainnewsletter a:hover {
color:#6699FF;
}

.button {
border: solid 1px #834918;
margin-top:1em;
margin-right:1.5em;
float:right;
background-image:url(graphics/go.gif);
background-repeat:no-repeat;
background-position:right;
padding-right:3em;
font-weight:bold;
font-size:0.9em;
}

.mainnewsletter h2 {
font-size:1.1em;
margin: 1% 0 0 0;
padding:0;
background-image:url(graphics/pencil.gif);
background-repeat:no-repeat;
background-position:left;
padding-left: 0.9em;
line-height:2.1em;
color:#FFB03F;
}