/* Newsletter module common css */

#NewsletterButton {background-image:url("../../../components/com_k2/images/icons/bottom_module.png"); background-repeat:repeat-x; width:100%; height:19px; text-align:left;}
#NewsletterButton a {color:#FFFFFF;display:block;padding:2px 14px;}
#NewsletterButton a:hover {color:#CCCCCC;display:block;padding:2px 14px;}
#NewsletterButton input.button {font-family:Georgia, "Times New Roman", Times, serif; color: #fff;  font-size:10px;border:none; background:none repeat scroll 0 0 transparent;margin-left:7px;}

#NewsletterButtonTop { padding:5px;text-align:left; font-family:Georgia, "Times New Roman", Times, serif; margin-top:-6px; margin-left:5px;}
#NewsletterButtonTop a {color:#FFFFFF;display:block;padding:2px 14px;}
#NewsletterButtonTop a:hover {color:#CCCCCC;display:block;padding:2px 14px;}
#NewsletterButtonTop input {display:block; background-color:#ccc; width:180px; height:19px; margin-top:9px; border:none;   }
#NewsletterButtonTop input:focus {display:block; background-color:#ccc; width:180px; height:19px; margin-top:9px; border:none; }

.mainnewsletter {
	width:100%;
	font-family:Arial;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-align:center;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:center;
}
.newsletterbutton {
	/*width:100%;*/
	border:none;
	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:none;
	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;
}
.highslide-body p{
	color: #92939D;
}

/* Normal style */
.normalsublayout {
	background: #FFFFFF;
	color: #003e78;
	font-size:12px;
	font-weight:normal;
	border: none;
}