@charset "UTF-8";
fieldset {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	content-align:center;
	width:100%;
}


label {
	text-align: left;
	clear: both;
	float: left;
	margin-right: 10px;
	padding-top: 0px;
}

fieldset input {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width:100%;
	border: 1px solid #999;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 3px;
	display:inline-block;
	border-radius:3px;
	padding:5px;
}
fieldset input:hover {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

textarea{
	width:100%;
	border-radius:3px;
	resize:vertical;
	}

#Submit {
	text-align: center;
	margin-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.70em;
	font-weight: bold;
	height: 27px;
	width: 81px;
	padding-bottom: 3px;
	border: 2px solid;
	border-radius: 10px;
	background-color:#007DC5;
}
#Submit:hover {
	background-color:#007DC5;
}


#comments{
	max-width:100%;
	max-height:180px;
}

#state{
	width:100%;
	margin-right:2%;
}

.state{
	width:50%;
	float:left;
}

.zip{
	width:43%;
	float:left;
}

.gender{
	margin-top:5px;
	width:6%;
	float:left;
}

.gendertag{
	margin-top:8px;
	font-size:7pt;
	font-weight:800;
	float:left;
	text-align:left;
	margin-right:5%;
}

.gen{
	margin-top:5px;
}

.dwelling{
	margin-top:10px;
	width:6%;
	float:left;
}

.dwelltag{
	margin-top:15px;
	font-size:7pt;
	font-weight:800;
	float:left;
	text-align:left;
	margin-right:5%;
}

.bar2{
	width: 104%;
	border-bottom: 1px solid #D5D5D5;
	margin-top:5px;
	margin-bottom:15px;
}

.evenout{
	display:inline-block;
}
