/* --- Newsletter --- */

div.newsletterBox {
	float: left;
	overflow: hidden;
	margin-top: 10px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 189px;
	border: 1px solid #dbdbdb;
	border-left: none;
/*	background-image: url(../img/nlBoxBg.gif);
	background-position: left top;
	background-repeat: repeat-y; */
	background-color: #f0f0f0;
}

div.newsletterBox div.headTitle {
/*	background-image: url(../img/nlBoxBgTop.gif);
	background-position: 0 top;
	background-repeat: no-repeat; */
	height: 40px;
	width: 100%;
	float: left;
}

div.newsletterBox div.headTitle h2 {
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	width: 180px;
	padding-left: 10px;
	height: 25px;
	color: #ca0000;
}



div.newsletterBox form {
/*	background-image: url(../img/nlBoxBgBottom.gif);
	background-position: bottom;
	background-repeat: no-repeat; */
	width: 100%;
	height: 45px;
	float: left;
	padding-bottom: 0;
}


div.newsletterBox div.inputs {
	float: left;
	padding-left: 10px;
	width: 170px;
	background-image: url(../img/nlInputBg.gif);
	background-position: 10px top;
	background-repeat: no-repeat;
	height: 25px;
}

div.newsletterBox div.inputs input {
	padding: 0;
	margin: 0;
	width: 130px;
	padding-left: 5px;
	float: left;
	padding-right: 5px;
	border: none;
	padding-top: 4px;
	padding-bottom: 3px;
	background: none;
	color: #1e547d;
	background: none;
	font-weight: bold;
}

div.newsletterBox  div.buttons {
	float: left;
	width: 90%;
	padding-left: 6%;
}

div.newsletterBox div.buttons input.btAdd {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	width: 20px;
	height: 25px;
	border: none;
	background: transparent none;
	cursor: pointer;
	color: #fff;
}

div.newsletterBox div.buttons input.btRemove {
	margin: 0;
	border: none;
	float: left;
	padding: 0;
	width: 20px;
	height: 25px;
	background: transparent none;
	cursor: pointer;
	color: #fff;
	font-style: normal;
	font-weight: normal;
}
