/*
by slim. provides style for newsletter_subscribe_form.asp
*/

#nsf {
	width:100%;
	font-size:11px;
	font-family:Arial;
	/*
	height:200px;	
	clear:both;
	*/
}
#nsf_title {
	display:block;
	background-color:#97CF16;
	background-image:url('images/abonare-title.jpg');
	background-repeat:no-repeat;
	width:100%;
	height:26px;
	text-indent:-9999px;
}
#nsf_submit {
	/*background-color:#333333;
	background-image:url('images/abonare-submit.jpg');
	background-position:center center;
	background-repeat:no-repeat;*/
	width:27px;
	height:22px;
	border-style:none;
	cursor:pointer;
	font-size: 11px;
	padding-left: 5px;
}
.nsf_input {
	width: 126px;
	font-size: 11px;
	border-style:none;
	padding:2px;
}
#nsf_waiting {
	display:none;
	background-image:url('images/ajax-loader2.gif');
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding:10px 3px 3px 24px;
	line-height:18px;
}
#nsf_confirmed {
	display:none;
	padding:10px 3px 3px 3px;
}
.nsf_info {
	padding:10px 3px 3px 3px;
	text-align:left;
	color:White;
	font-size:11px;
	font-family:Arial;
}
.nsf_dimm {
	color:#666;
	font-weight:normal;
}