@charset "utf-8";
/* CSS Document */

#newsLetterContainer{
	position:absolute;
	height:34px;
	width:246px;
	bottom:-510px;
	left:537px;
	background-color:#FFFFFF;
	z-index:1500;
	border-style:solid;
	border-width:thin;
}

#newsLetterContainer input[type="button"]{
	color:#FFF;
	height:34px;
	font-size:9px;
	right:0px;
	position:absolute;
	background-color:#000;
	font-weight:bold;
	width:85px;
}

#newsLetterContainer input[type="text"]{
	font-size:9px;
	position:absolute;
	top:8px;
	left:17px;
	width:130px;
}
