/* Newsletter module common css */
.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:left;
}

#topbox {
	height: 34px;
	width: 274px;
	background: url(graphics/topbox_header.png) no-repeat;
}

.newsletterbutton {
	/*width:100%;*/
/*	background: #ffffff; */
	background: url(graphics/box_bg.png) repeat-y;
	height: 68px;
	//height: 70px;
	font-weight:bold;	
	text-align:left;	
	padding-top: 8px;
}
.newsletterbutton p, .newsletterbutton span  {
	text-align:left;
	margin-left: 8px;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	color:#ffffff;
	font-size: 8pt;
	text-decoration:none;
}
/* Mootols style */
#subscribelayout {
	// background: #FFFFFF;
	
	background: url(graphics/box_bg.png) repeat-y;
	color: #ffffff;
	
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding-top:5px;
	height: 100px;
}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:left;
	padding-top:10px;
	font-weight:bold;
}

#subscribelayout p, #subscribelayout table#formtable {
	margin-left: 16px;
	margin-top: 0;
	margin-bottom: 0;
}

#subscribelayout .label {
	width: 20px;
	float: left;
}

#subscribelayout input {
	float: left;
}

table#formtable {
	font-size: 8pt;
	color: #ffffff;
	text-align: left;
	line-height: 30px;

}

table#formtable input {
	color: #92939D;
}

input#name, input#email {
	float: left;
	border: 1px solid #ffffff;
	width: 180px;
//	width: 100px;
//	text-align: left;
//	margin-left: 0;
//	padding-left: 0;
}

table#formtable td.forminput {
	margin-left: 20px;
	margin-top: 7px;
	float: left;
}

.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;
}

span.heading {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

span.toggle {
	margin-left: 0;
}

span.blurb {
	margin-left: 0;
	font-size: 8pt;
	color: #ffffff;
	font-weight: normal;
}

#subscribelayout .button, #subscribelayout .button:hover, #subscribelayout .button:focus {
	margin-top: 5px;
	background: #ffffff;
	border: none;
	color: #999999;
	font-weight: bold;
	font-size: 8pt;
}