* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
	text-align: center;
	background-color: #070302;
	min-height:700px;/* for good browsers*/
	min-width: 1000px;/* for good browsers*/
}
#xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#xcontainer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 700px;
}	
#xinner {
	width: 1000px;
	background:#070302;
	height: 700px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

input.formInputText   {
	font-size: 10px;
	color: #000000;
	height: 15px;
	width: 265px;
	border: 0px;
	}

input.formInputCity   {
	font-size: 10px;
	color: #000000;
	height: 15px;
	width: 103px;
	border: 0px;
}
	
input.formInputState   {
	font-size: 10px;
	color: #000000;
	height: 15px;
	width: 20px;
	border: 0px;
}
	
input.formInputZip   {
	font-size: 10px;
	color: #000000;
	height: 15px;
	width: 53px;
	border: 0px;
}
