/* Newsletter module common css */
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus {
border-color:#888888;
outline-color:#DDDDDD;
outline-style:solid;
outline-width:0px !important;
}
div.dives{display:inline;background:url(../tmpl/searchbox_bg.png) no-repeat;
height:20px;
margin:0;
padding:5px 0 1px 16px;
width:200px;}
div.dives:hover{background:url(../tmpl/searchbox_bg.png) no-repeat 0px -18px;}
.mainnewsletter {
	color:#000000;
display:inline;
float:right;
font-family:Arial;
font-size:14px;
font-weight:bold;
position:relative;
text-align:right;
top:-15px;
width:500px;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:center;
}
.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 {
	background:transparent none repeat scroll 0 0;
border:medium none;
color:#92939D;
font-size:9px;
font-weight:normal;
margin-left:-1px;
margin-top:5px;
padding-top:10px;
margin-bottom:-20px;
}