/* Newsletter module common css */


.mainnewsletter {

	width:100%;

	font-family:Arial;

	font-size:12px;

	color:#FFF;

	background:url(images/signup.png) top left no-repeat;

	height:180px;

	padding-top:135px;

	margin-left:10px;

}

.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:none;
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding-top:10px;

}
#subscribelayout p, .highslide-body p{
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}

.normalsublayout{
	margin-top:0px;
	margin-left:20px;
	text-align:left;
}

.normalsublayout p{
	text-align:left;
}


.normalsublayout .colname, .normalsublayout .colemail{
	text-align:left;
	display:block;
	height:40px;
}





.btn{

	margin-left:35px !important;

}



input#name{

	width: 140px!important;
	height: 20px;
	line-height: 20px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #C4A65B;
	}
input#email {

	width: 140px!important;
	height: 20px;
	line-height: 20px;
	margin-left:2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #C4A65B;
	}



input.button, .validate, a.button {
	
	padding-top:0px;
	
	height:29px;

	line-height: inherit;

	width:110px;

    color:#FFF !important;

	font-weight:bold !important;

}

.button::-moz-focus-inner {
padding:0;
border:0;
}


input.inpbtn{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
clear:both;
color:#0066FF;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:28px;
line-height:normal;
padding:5px 0 0 0;
text-decoration:none;
text-transform:uppercase;
width:110px;

}