/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-family:Arial;
	font-size:14px;
	color:#de4e7a;
	font-weight:normal;
	text-align:center;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	text-align:center;
}

fieldset#ccnews_login_area {width: 140px;margin: 0 auto;}
form#form-login fieldset#ccnews_login_area {width: 140px;margin: 0 auto;padding: 0px;border: 0px;}
p.eny_vm_login_p {padding: 0px;}
.ccnews_username {
	background: url(../images/inputbox.png) top no-repeat;
	background-position: 0px 0px;
	width: 140px;
	height: 25px;
	margin-bottom: 8px;
	}
	
.ccnews_email {
	background: url(../images/inputbox.png) top no-repeat;
	background-position: 0px -25px;
	width: 140px;
	height: 25px;
	margin-bottom: 8px;
	}

input#ccnews_username, input#ccnews_email {
	background: none;
	border: 0px;
	padding: 5px 0px 0px 30px;
	color: #666;
}

ul.eny_icon_area {margin: 0px auto;padding: 0px;text-align: center;width: 140px;}
form#form-login ul.eny_icon_area {margin: 0px auto;padding: 0px;text-align: center;width: 140px;}
ul.eny_icon_area li {display: inline;list-style: none;}
ul.eny_icon_area li img {padding: 0px 4px;margin: 4px 0px;}


.eny_vm_login {width: 100px;margin: 0 auto;}
input.eny_vm_button {height: 20px;width: 100px; border: none;
background: url(../images/inputbox.png) top no-repeat;
background-position: 0px -50px;color: #666;margin-top: 14px;}





.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;
}
.highslide-body p{
	color: #92939D;
}

/* Normal style */
.normalsublayout {
	background: none;
	color: #000000;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	padding-top:10px;
	border: none;
}