/* Newsletter module common css */
.mainnewsletter {
    margin:0;
    padding:0;
    color:#555555;
    line-height:16px;
    text-align:left;
}
.mainnewsletter p {
	text-align:left;
    margin: 6px 0;
}
.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 {
	font-size:12px;
	font-weight:normal;
	border: none;
}


.newsletter-label {
    float:left;
    width:55px;
}
.newsletter-input {
    margin-bottom:10px;
    width:170px;

}



#addSubscriber {
    background:#F1F1F1 url(/templates/rt_mynxx_j15/images/main/btn_bg.gif) repeat-x scroll 0 100%;
    border:1px solid #B5B5B5;
    color:#444444;
    cursor:pointer;
    font-family:arial,sans-serif !important;
    font-size:11px !important;
    font-size-adjust:none !important;
    font-stretch:normal !important;
    font-style:normal !important;
    font-variant:normal !important;
    font-weight:bold !important;
    line-height:normal !important;
    overflow:visible;
    padding:1px 5px;
    text-align:center;
    text-transform:uppercase;
    vertical-align:middle;
    width:90px;
    float: right;
    margin-right:35px;

}
