@charset "utf-8";
/* CSS Document */
/*=======================================================================================================*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0b1770;	
	font-family: Arial, Helvetica, sans-serif;
}

/*=======================================================================================================*/


.email_textfield{
	border: inset#CCCCCC size: 1px;
	background-color: #FFFFFF;
	width: 130px;
}

.zipcode_textfield{
	margin-top: 10px;
	border: inset#CCCCCC size: 1px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px; 
	width: 90px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	
	}