#column1 {
	width: 40%;
	float: left;
	margin-right: 15px;
}
#column2 {
	float: left;
}
#column1 input, #column1 label, #column1 select{
	width: 200px;
	margin-bottom: 1em;
	display: block;
}
#recordsRequestForm label {
	margin-bottom: 0;
	display:block;
}
select {
	width: 50px;
}
#recordsRequestForm h2 {
	margin-top: none;
}
#recordsRequestForm p {
	margin: 0 0 1em 0;
	padding: 0;
}
#recordsRequestForm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#recordsRequestForm ul li {
	margin: 0 0 12px 0;
	padding: 0;
}
#recordsRequestForm li label, #content li input {
	display: inline;
}
#recordsRequestForm li input {
	margin-right: 4px;
}
#recordsRequestForm #zip {
	width: 72px;
}
.description {
	font-size: 11px;
	margin: 0 0 1em 0;
}
.required {
	color: red;
}
.error {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: italic;
	color: red;
}
ul#socialMediaLinks {
	list-style: none;
	margin: 0;
	padding: 0;
}
li#twitterLink {
	background: transparent url(/images/site/sitewide/twitter32x32.png) no-repeat top left; 
	margin: 0; 
	padding: 12px 0 12px 37px;
}
li#facebookLink{
	background: transparent url(/images/site/sitewide/facebook32x32.png) no-repeat top left; 
	margin: 0; 
	padding: 12px 0 12px 37px;
}
li#blogLink{
	background: transparent url(/images/site/sitewide/book32x42.png) no-repeat top left; 
	margin: 0; 
	padding: 20px 0 4px 47px;
}
