/* Module Block Layout */
div.theme-newsletter-theme { width:260px; background:url(/themes/newsletter-theme/images/bg.jpg) repeat-y; margin-bottom:15px; }

div.theme-newsletter-theme .module {  }

div.theme-newsletter-theme .module-title {
	padding:8px 15px 5px;
	text-align:center;
	width:228px;
	margin:0;
	margin-left:1px;
	background:url(/themes/newsletter-theme/images/title-bg.jpg) repeat;
	font-family:trebuchet ms, arial, sans-serif;
	font-style:italic;
	font-weight:bold;
	color:#FFF;
	font-size:20px;
}

div.theme-newsletter-theme .module_top { 
	background:url(/themes/newsletter-theme/images/top-cap.jpg) no-repeat;
	width:260px;
	height:5px;
}

div.theme-newsletter-theme .module_bottom { 
	background:url(/themes/newsletter-theme/images/title-bottom.jpg) no-repeat;
	width:260px;
	height:11px;
}

div.theme-newsletter-theme .module-content {
	padding:5px 25px 20px;
	color:#818181;
	background:url(/themes/newsletter-theme/images/bottom.jpg) bottom left no-repeat;
}

div.theme-newsletter-theme .module-content input.text-off {
	margin-left:-5px;
	width:200px;
}

div.theme-newsletter-theme .module-content input.text-on {
	margin-left:-5px;
	width:200px;
}

div.theme-newsletter-theme .module-content input.submit-off {
	background:url(/themes/newsletter-theme/images/submit.jpg) no-repeat;
	width:85px;
	height:25px;
	border:0;
	font-size:0;
}

div.theme-newsletter-theme .module-content input.submit-on {
	background:url(/themes/newsletter-theme/images/submit.jpg) no-repeat;
	width:85px;
	height:25px;
	border:0;
	font-size:0;
}

div.theme-newsletter-theme .module-content input.submit-over {
	background:url(/themes/newsletter-theme/images/submit.jpg) no-repeat;
	width:85px;
	height:25px;
	border:0;
	font-size:0;
}

div.theme-newsletter-theme .module ul {
    list-style-type: none;
}

div.theme-newsletter-theme .module .module_view_all {
    padding-top: 10px;
    text-align: right;
}