

/***************************** SIDEBAR: NEWSLETTER *****************************/


.sidebar-newsletter {
	background: url('/themes/custom/images/backgrounds/gradients/x-ffffff-f1f1f1-3x127.png') bottom left repeat-x #FFF !important;
}
.sidebar-newsletter .content{
	font-size: 13px;
	line-height: 20px;
	padding: 25px 20px 20px !important;
}
.sidebar-newsletter .content h5{
	font-size: 24px;
	margin-bottom: 10px;
	margin-left: -1px;
}
.sidebar-newsletter .content form{
	margin-top: 10px;
}
.sidebar-newsletter .content form input[type=text]{
	height: 38px;
	padding: 0 10px;
	width: 254px;
	line-height: 38px;
}
.sidebar-newsletter .content form input[type=submit]{
	height: 38px;
	font-size: 17px;
	margin-top: 10px;
	width: 100%;
}

.js .sidebar-newsletter .content label {
	display: none;
}