/* Block newsletter */

#newsletter_block_left {
	width: 220px;
	/*margin-left: 17px;*/
	margin-bottom:10px; /* gap between blocks */
}

#newsletter_block_left #newsletter_header {
	background: url("../../../img/newsletter_header.png") no-repeat 0 0 transparent;
	height:155px;
	padding:0px;
	margin:0px;
	border: 0px solid;
}

#newsletter_block_left #newsletter_content {
	overflow:hidden;
	/*background: url("../../../img/newsletter_bg.png") repeat-y 0 0 transparent;*/
	background: #eb3342;
	/*padding: 6px 18px 6px;*/
	text-align:center;
}

.newsletter_para{
	    color: #ffffff;
    font: normal 14px collatorregular;
    margin-left: 12px;
    margin-top: 4px;
    text-align: left;
}
#newsletter_block_left #newsletter_content p {
    color: #ffffff;
    font: normal 14px collatorregular;
    margin-left: 17px;
    margin-top: 4px;
    text-align: left;
	width:185px;
}

#newsletter_block_left #newsletter_footer {
	/*background: url("../../../img/newsletter_footer.png") no-repeat 0 0 transparent;*/
	background-color:#eb3342;
	height:17px;
	/*padding:15px 10px 0 16px;*/
}

#newsletter_block_left h4 {
	color: #ffffff;
	font: bold 21px/49px "Arial";
	text-transform: uppercase;
	padding-left:15px;
	
	margin:0px;
	height:100%;
	/*text-align:center;*/
	position:relative;
}

#newsletter_block_left #newsletter_first_name {
    /*background: url("../../../img/newsletter_email.png") no-repeat scroll 0 0 transparent;*/
    border: 0px solid #dbdbdb;
    color: #000000;
    font: 13px/22px "Arial";
    width: 175px;	
    height: 22px;
    padding-left: 5px;
	margin: 5px 0px;
}

#newsletter_block_left #newsletter_last_name {
    /*background: url("../../../img/newsletter_email.png") no-repeat scroll 0 0 transparent;*/
    border: 0px solid #dbdbdb;
    color: #000000;
    font: 13px/22px "Arial";
    width: 175px;
    height: 22px;
    padding-left: 5px;
	margin: 5px 0px;
}

#newsletter_block_left #newsletter_email {
    /*background: url("../../../img/newsletter_email.png") no-repeat scroll 0 0 transparent;*/
    border: 0px solid #dbdbdb;
    color: #000000;
    font: 13px/22px "Arial";
    width: 175px;
    height: 22px;
    padding-left: 5px;
	margin: 5px 0px;
}

#newsletter_block_left #newsletter_subscribe {
	cursor: pointer;
	display:block;
	margin: 0 auto;
	margin-top:8px ;
	background: url("../../../img/newsletter_subscribe.png") no-repeat scroll 0 0 transparent;
	width:97px;
	height:31px;
}
#newsletter_block_left #newsletter_subscribe:hover {
	background: url("../../../img/newsletter_subscribe_hover.png") no-repeat scroll 0 0 transparent;
	background-position:left bottom;
}

#newsletter_block_left #newsletter_unsubscribe {
	cursor: pointer;
	display:block;
	margin: 0 auto;
	margin-top:19px;
	background: url("../../../img/newsletter_unsubscribe.png") no-repeat scroll 0 0 transparent;
	width:97px;
	height:31px;
}
#newsletter_block_left #newsletter_unsubscribe:hover {
	background-position:left bottom;
}

#newsletter_block_left #newsletter_content .warning_inline {
	display:block;
	clear: both;
	color: #ff0000;
}

#newsletter_block_left #newsletter_content .success_inline {
	display:block;
	clear: both;
}


div#newsletter_block_left div.block_content { padding: 1em 0; text-align: center }
div#newsletter_block_left div.block_content p { padding: 0.3em 0; text-align: center }
div#newsletter_block_left div.block_content input.button_mini { margin: 1em auto 0em auto }