/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-family:Arial;
	font-size:14px;
	color:#270100;
	font-weight:bold;
	text-align:center;
}
.mainnewsletter p {
	text-align:left;
	margin: 50px 5px 10px 10px;
}
.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 {
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	border: none;
}
div.normalsublayout p {
  text-align: left;
  margin: 0;
}
div.normalsublayout .button {
  background-color: #ef6237;
  border: 1px solid #000;
  color: #270100;
  margin-left: 50px;
  padding: 0 3px; 
}
#subscribeFormModule {
  padding: 0 0 0 10px;
}
#subscribeFormModule label {
  color: #270100;
  margin-bottom: 5px;
}
#subscribeFormModule .inputbox {
  color: #270100;
  border: 1px solid #270100;
  background: #f3d2c7;
  margin-bottom: 5px;
}
#subscribeFormModule {
  text-align: left;
  padding: 3px 0 0 10px;
}
#subscribeFormModule p {
  line-height: 2px;
  margin: 0;
  padding: 0;
  height: 2px;
}
div.labeldiv {
  width: 50px;
  float: left;
}
