//----------------------------------------------------------------------------
//
//	This is the stylesheet for the find legislators form.
//----------------------------------------------------------------------------
.formgroup { 
	font-size: 0.9em; 
} 
.formgroup p { 
	margin: 3px;
	padding: 2px;
} 
.formgroup  form { 
	border:1 dotted eee; 
	padding: 10px; 
	width: 100%; 
	color:#666; 
} 
.formgroup .formbutton { 
	width: auto; 
	cursor:pointer; 
	border:outset 1px #ccc; 
	background:#999; 
	color:#666; 
	font-size: 0.9em; 
	font-weight:bold; 
	padding: 4px; 
	background:url(http://btan.org/images/formbtn.gif) repeat-x left top; 
} 
.formgroup .smallbutton { 
	width: auto; 
	cursor:pointer;	
	border:outset 1px #ccc; 
	background:#999; 
	color:#666; 
	font-size: 0.8em; 
	font-weight:bold; 
	padding: 4px; 
	background:url(http://btan.org/images/formbtn.gif) repeat-x left top; 
} 
.formgroup label { 
	width: 80px; 
} 
.formgroup input { 
	border: 1px solid gray; 
	width: 340px; 
} 
.formgroup input.text { 
	position: absolute;
	left: 120px;
} 
.formgroup select { 
	border: 1px solid gray;	padding: 2px; 
	margin: 2px; 
	margin-bottom: 4px;
	width: 346px; 
	position: absolute;
	left: 120px;
} 

