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

form{margin:0;padding:0}
 
.submit-box{ /*outer background*/
	background:url(../img/home/SubscribeEmailWhite_bg.jpg) no-repeat top left;
	height: 77px;
	width: 231px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
 
 .call-box{ /*outer background*/
	background:url(../img/home/SubscribeEmailWhite_bg.jpg) no-repeat top left;
	height: 77px;
	width: 231px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
 
input.submit-field{ /*input field */
	float: left;
	border:0;
	font-family:tahoma;
	font-size: 14px;
	height:32px;
	background: url(../img/home/SubscribeEmailWhite_fieldBG.jpg) no-repeat top left;
	width: 165px;
	color: #333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	overflow: hidden;
}
 
input.submit-go { /*submit icon */
	float:left;
	border:0;
	margin-left: 5px;
	height: 31px;
	width: 32px;
	background: url(../img/home/SubscribeEmailWhite_icon.jpg) no-repeat bottom left;
	cursor: pointer;

	
}
 
input.submit-go:hover{ /*submit icon hover "Does Not work in ie6" */
	background-image: url(../img/home/SubscribeEmailWhite_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.signup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #99cb34;
	padding-bottom: 8px;
}
