*{
	margin:0px 0px 0px 0px;
}
#mainNewsLetter{
 background-image:url(../../commonImages/newsletter.jpg);
 background-repeat:no-repeat;
 margin:8px 0px 0px 2px;
}
#newsLetter{
 padding:30px 0px 20px 10px;
}
/*Forms defaults - change as needed*/
#newsLetter input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	width:140px;
}

/*Text inputs*/
#newsLetter .textinput, .textinputHovered {
	height:15px;
	background:url(images/default/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
#newsLetter .textinputHovered {background-position:left bottom;}

#newsLetter .inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}
/*submit btn*/
.submitPannel {
	background-image: url(../../commonImages/go_up.gif);
	background-repeat: no-repeat;
	display: block;
	width: 26px;
	height: 22px;
}
a.submitPannel:hover {
	background-image: url(../../commonImages/go_down.gif);
}

