/* Newsletter module common css */
.mainnewsletter {
	position:absolute;
	top:-4px;
	width:500px;
}


/* 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;
	/*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 */
#email {
	margin-left:3px;
}

 .searchbox {
	width: 500px;
	height: 18px;
}

 .searchbox input {
	width: 150px;
	height: 15px;
	padding: 3px 0px 0px 0px;
	border: none;
	outline: none;
	background:#FFF;
	float: left;
	color: #646464;
	font-size: 11px;
}
.searchbox input:hover  { }
 .searchbox input:hover { color: #000000; }
 .searchbox input:focus { color: #000000; }
 
.searchbox button {
	width: 70px;
	height: 18px;
	padding: 0px;
	border: none;
	float: left;
	cursor: pointer;
	margin-left:3px;
	line-height: 0px;
}

.searchbox button.search-magnifier { background: url(../search_magnifier_icon.png) 0 0 no-repeat;
background-color:#FFF;
}
.searchbox button.search-magnifierx { background: url(../search_magnifierx_icon.png) 0 0 no-repeat;
background-color:#FFF;
}

