/* Newsletter module common css */
.mainnewsletter {
      /*position:relative;
      width:190px;
      font-family:Arial;
      font-size:9pt;
	color:#ffffff;
      background-color:#470562;      
      border:1px solid black;
	font-weight:bold;*/
	text-align:left;
      /*padding-bottom: 5px;*/
}
.mainnewsletter p {
      margin:0;
      padding:0;
	text-align:left;
}
.newsletterbutton {
	/*width:100%;*/
	/*border:5px solid blue;*/
      width:65px;
	font-weight:bold;
	text-align:center;
      margin: 0px auto;
      /*padding-top:5px;*/
      /*height:30px;*/
      /*background-image: url(graphics/gradient_paars.gif);
      background-repeat: repeat-x;*/
}
.mainnewsletter .normalsublayout #subscribeFormModule div{
      /*background-color:blue;*/
      padding-left:5px;
      /*font-weight:bold;*/
}
/*input*/
.mainnewsletter .normalsublayout #subscribeFormModule #name{
      width:200px;
	border:0;
      margin-left:20px;
      margin-bottom:2px;
      border-left:1px solid #e4e4e4;
	border-right:1px solid #d6d6d6;
      border-top:1px solid #e4e4e4;
      border-bottom:1px solid #d6d6d6;
      background-image: url(graphics/input.png);
      background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: -3px -3px;
}
.mainnewsletter .normalsublayout #subscribeFormModule #email{
      width:200px;
	margin-left:18px;
      margin-bottom:2px;
      border-left:1px solid #e4e4e4;
	border-right:1px solid #d6d6d6;
      border-top:1px solid #e4e4e4;
      border-bottom:1px solid #d6d6d6;
      background-image: url(graphics/input.png);
      background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: -3px -3px;

}
.mainnewsletter .normalsublayout #subscribeFormModule .button{
	margin-left:5px;
      margin-bottom:5px;
      margin-top:10px;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #777777;
      border-top:1px solid #e4e4e4;
      border-bottom:1px solid #777777;
      background-image: url(graphics/input.png);
      background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: -3px -3px;
      color:#888888;
      float:left;

}
.mainnewsletter .normalsublayout #subscribeFormModule .button:hover{
	margin-left:5px;
      margin-bottom:5px;
	border-left:1px solid #777777;
	border-right:1px solid #d6d6d6;
      border-top:1px solid #777777;
      border-bottom:1px solid #d6d6d6;
      background-image: url(graphics/input.png);
      background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: -3px -3px;
      color:#333333;

}

/*end input*/
.newsletterbutton p  {
	margin:0;
      padding:0;
      text-align:center;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
      font-weight:bold;
	/*color:#000000;*/
      color:#ffffff;
	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;*/
      color: #47BDED;
	font-size:9pt;
	font-weight:bold;
	/*margin-top:5px;*/
	/*padding-top:10px;*/
      margin:0;
      padding:0;
	/*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;*/
      margin:0;
      padding:0;
	font-weight:bold;
}
.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;
}
