/* Newsletter module common css */
.mainnewsletter {
	width:95%;
	border:5px solid #1b3553;
	font-family:	tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fdfdff;
	font-weight:bold;
	text-align:center;
	background				: #fff url(../../../templates/yoo_blueprint_1.5/images/module_fade_bg.png) 0 0 repeat-x;
/*	border:1px solid red;*/
}
a:link#newsletterid, a:visited#newsletterid {
	color: #000000;
	font-size				: 100%;
	font-weight				: bold;
	font-family				: tahoma, Arial, Helvetica, sans-serif;
	text-align				: center;
}

a:hover#newsletterid {
	color: #000000;
	text-decoration:none;
	font-size				: 100%;
	font-weight				: bold;
	font-family				: tahoma, Arial, Helvetica, sans-serif;
	text-align				: center;
}

.button {
	padding					: 2px 10px 0px 10px;
	width					: auto;
	line-height				: 18px;
	height					: 20px;
	color					: #000;
	font-size				: 95%;
	font-weight				: bold;
	font-family				: tahoma, Arial, Helvetica, sans-serif;
	text-align				: center;
	text-transform			: uppercase;
	border					: 1px solid #d5d5d5;
	background				: #fff url(../../../templates/yoo_blueprint_1.5/images/tile_button.png) 0 0 repeat-x;
}

.mainnewsletter p {
	text-align:center;
}
.newsletterbutton {
	/*width:100%;*/
	border-top:5px solid #1b3553;
	border-bottom:5px solid #1b3553;
	font-weight:normal;
	text-align:center;
	padding-top:5px;
	background				: #fff url(../../../templates/yoo_blueprint_1.5/images/module_fade_bg.png) 0 0 repeat-x;
}
.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:1px solid #00ff00;
	font-weight:bold;
	text-align:center;
	padding-top:0px;
	background				: #fff url(../images/tile_button.png) 0 0 repeat-x;
}
.newsletterbutton_highslide p  {
	text-align:center;
}
.newsletterbutton_highslide a#toggle, .newsletterbutton_highslide p a.highslide{
	font-weight:bold;
	color:#64E1FF;
	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;
}

#name {
	background: #eeeeee #fff url(../../../templates/yoo_blueprint_1.5/images/tile_input.png) 0 0 repeat-x;
	color: #222222;
	font-size:12px;
	font-weight:bold;

}

#email {
	background: #eeeeee #fff url(../../../templates/yoo_blueprint_1.5/images/tile_input.png) 0 0 repeat-x;
	color: #222222;
	font-size:12px;
	font-weight:bold;

}

#toggle {
	padding					: 2px 10px 0px 10px;
	width					: auto;
	line-height				: 18px;
	height					: 20px;
	color					: #000;
	font-size				: 95%;
	font-weight				: bold;
	font-family				: tahoma, Arial, Helvetica, sans-serif;
	text-align				: center;
	text-transform			: uppercase;
	border					: 1px solid #ffffff;
	background				: #fff url(../../../templates/yoo_blueprint_1.5/images/tile_button.png) 0 0 repeat-x;

#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;
}
