/* Newsletter module common css */
.mainnewsletter {
	width:100%;
	font-size:100%;
}
.mainnewsletter p {
}
.newsletterbutton {
}
.newsletterbutton p  {
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide, .newsletterbutton p a:hover.highslide{
	text-decoration:none;
}

/* highslide*/
.newsletterbutton_highslide {
	height: 18px;
	line-height: 19px;
	text-align: left !important;
}
.newsletterbutton_highslide p  {
}
.newsletterbutton_highslide a#toggle, .newsletterbutton_highslide p a.highslide{
	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: #92939D;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	padding-top:10px;
	border: none;
}
form#subscribeFormModule fieldset.input p#form-ccnews-name input#name, form#subscribeFormModule fieldset.input p#form-ccnews-email input#email {
	background-position:2px;
	background-repeat:no-repeat;
	border:1px solid #808080;
	color:#808080;
	padding:2px;
	width:130px;
	height: auto;
	margin-bottom: 2px;
}
form#subscribeFormModule fieldset.input p#form-ccnews-terms, form#subscribeFormModule fieldset.input p#form-ccnews-terms a, form#subscribeFormModule fieldset.input p#form-ccnews-terms a:hover {
	width: auto;
	font-weight:normal;
	font-size:80%;
}
