/* Newsletter module common css */
.mainnewsletter {

  padding-left:14px;
  padding-bottom:10px;
/*	font-family:Arial;	width:100%;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	
	text-align:center;
	border:1px solid red;*/
}
.mainnewsletter p {
	padding: 0 8px 0 0;
}
.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:#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;*/
	margin: 0;
}
.highslide-body p{
	color: #92939D;
}

/* Normal style */
.normalsublayout {
/*	background: #FFFFFF;font-size:12px;color: #92939D;margin-top:5px;
	padding-top:10px;*/
	
	
	font-weight:normal;
	
	border: none;
}
#subscribeFormModule .button{
  margin: 4px 0 0 0;
  width:100px;
  height:24px;
  cursor:hand;
  /*background: url(/images/stories/Figuren/bb_but_abonnieren_n.gif) left top no-repeat;*/
}
#subscribeFormModule .button:hover{
  /*background: url(/images/stories/Figuren/bb_but_abonnieren_h.gif) left top no-repeat;*/
}

#subscribeFormModule input{
  background-color:#FFFFFF; 
  width:200px; 
  border:2px solid #DDDDDD;
  font-family:Verdana;
  font-size: 11px;
}