div#PrecinctLookup_OuterDiv
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 100%;
	padding: .15em;
	text-align: center;
}
div#PrecinctLookup_OuterDiv table.PrecinctLookup_OuterTable
{
	background-color: #ccccff;
	border: solid .1em gray;
}
div#PrecinctLookup_OuterDiv td.PrecinctLookup_Header
{
	font-weight: bold;
	font-size: 65%;
	text-align: center;
}
div#PrecinctLookup_OuterDiv span.PrecinctLookup_Attribution
{
	font-weight: normal;
}
div#PrecinctLookup_OuterDiv td.PrecinctLookup_Body
{
}
div#PrecinctLookup_OuterDiv table.PrecinctLookup_InnerTable
{
	text-align: left;
}
div#PrecinctLookup_OuterDiv td.PrecinctLookup_CaptionCell
{
}
div#PrecinctLookup_OuterDiv td.PrecinctLookup_Footer
{
	font-size: 60%;
	text-align: center;
}
div#PrecinctLookup_OuterDiv a.PrecinctLookup_BottomLink
{
	color: #000;
	font-size: 90%;
}

div#PrecinctLookup_OuterDiv input#PrecinctLookup_txtLastName
{
	width: 12em;
}
div#PrecinctLookup_OuterDiv select#PrecinctLookup_selMonth
{
	width: 3.82em;
}
div#PrecinctLookup_OuterDiv select#PrecinctLookup_selDay
{
	width: 3.22em;
}
div#PrecinctLookup_OuterDiv input#PrecinctLookup_txtYear
{
	width: 3.82em;
}
div#PrecinctLookup_OuterDiv input#PrecinctLookup_btnSubmit
{
}

