/* Block newsletter */
#mailcamp {
	padding:7px;
	border:1px solid #ccc;
	background:#eee;
}
#mailcamp h4 {
	padding-top:0px!important;
	padding-left:28px!important;
	border:0px!important;
	color:#666;
	text-shadow:0 1px 0 #fff;
	text-align:left!important;
	background:url(../img/newsletter.png) no-repeat 0 0 transparent;
}
#mailcamp p {padding:0 0px 3px; overflow:hidden}

#mailcamp input.inputNew {
	position:relative;
	padding:0 5px;
	margin:0px;
	height:21px;
	line-height: 1em;
	width:145px;
	border:1px solid #ccc;
	border-right:none;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-radius-topright: 0px;
	-webkit-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	font-size:10px;
	color:#999;
	float:left;
}
*:first-child+html #newsletter_block_left input.inputNew {position:static;}/* hack ie 7 */

#mailcamp input.button_mini {
	height:23px;
	width:24px;
	margin:0px;
	padding:0px;
	border:0;
	text-indent:-5000px;
	background:url(../img/bg_newsletter.png) no-repeat 0 0;
	cursor:pointer;
	float:left;
}
#mailcamp p.msg_red
{
    font-weight: bold;
    color: red;
}
#mailcamp p.msg_green
{
    font-weight: bold;
    color: green;
}
fieldset.mailcamp p.text { font-size: 14px; padding: 3px 15px 10px!important; }
#mailcamp p label { font-size:11px; cursor:pointer}