	#newsletter_subscribe_box {
		font-family: Verdana;
		font-size: 11px;
		background-color: aqua;
		position: relative;
		width: 195px;
		height: 42px;
		overflow: hidden;
	}
	
	#newsletter_form_box {
		position: absolute;
		width: 195px;
		height: 42px;
		background-color: #FFF;
		top: 0px;
		left: 0px;
		z-index: 10;
		
	}
	
		#newsletter_form_box .txt_feild {
			width: 130px;
			height: 19px;
			margin: 0px;
			padding: 0px 3px;
			border: 1px #9E9E9E solid;
			display: block;
			float: left;
		}
		
		#newsletter_form_box .btn {
			width: 50px;
			height: 20px;
			margin: 0px 0px 0px 5px;
			padding: 0px;
			border: none;
			text-align: center;
			border: 1px #9E9E9E solid;
			display: block;
			float: left;
			line-height: 12px;
			background-color: #FFF;
			cursor: pointer;
		}
		
		/* Target all Firefox */ 
		@-moz-document url-prefix() { #newsletter_form_box .txt_feild { padding-top: 3px; height: 17px; } }
		@-moz-document url-prefix() { #newsletter_form_box .btn { height: 22px; } }
	
		#newsletter_action_box {
			width: 195px;
			float: left;
			clear: both;
		
		}
		
	#newsletter_msg_box {
		position: absolute;
		width: 185px;
		height: 42px;
		z-index: 11;
		background-color: #FFF;
		text-align: center;
		padding: 10px 5px;
		top: 0px;
		left: 0px;
		display:none;
	}
	
		#newsletter_msg_box .e {
			color: red;
		}
		
		#newsletter_msg_box .s {
			color: green;
		}
