
/* ------------------------------------------------------------------ */
/* -                            NEWSLETTER                            */
/* ------------------------------------------------------------------ */

#ControlNewsletterBox{
}

	#ControlNewsletterBox H2{
		display:none;
	}

	#ControlNewsletterBox A{
		font-size:11px;
		color:#ffffff;
	}

		#ControlNewsletterBox A:hover{
			text-decoration:underline;
		}

	#ControlNewsletterBox .title{
		width:175px;
		height:25px;
		background:url('images/title_newsletter.gif') 0px 0px no-repeat;
	}

	#ControlNewsletterBox .input{
		width:200px;
		height:15px;
		float:left;
		color:#ffffff;
		padding:4px 10px;
		border:0px solid #ffffff;
		background:url('images/bg_input_newsletter.gif') 0px 0px no-repeat #2cadd0;
	}

	#ControlNewsletterBox .btnSubmit{
		width:40px;
		height:23px;
		float:left;
		color:#ffffff;
		padding:0;
		border:0px solid #ffffff;
		background:url('images/bg_btn_newsletter.gif') right 0px no-repeat #2cadd0;
		cursor:pointer;
	}

		#ControlNewsletterBox .btnSubmit:hover{
			font-weight:bold;
		}