#content1 #formElements li
{
	margin:5px 0;
	list-style: none;
	clear: both;
	font-size: 15px;
}

#content1 #formElements li input
{
	width: 300px;
	height: 20px;
	padding: 2px;
	font-size: 16px;
	margin: 0 10px 0 0;
}

#content1 #formElements li input#year
{
	width: 50px;
}

#content1 #formElements li input#submitBtn
{
	height: 35px;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}

#content1 #formElements li select
{
	width: 130px;
	font-size: 16px;
	margin: 0 10px 0 0;
	background: #F4F3E8;
	border: 1px solid #ABABAB;
}
#content1 #formElements li select:focus
{
	background: #FFF;
}

#content1 #errorBox
{
	background: #ccc;
	border: thin 1px #999;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

#content1 #formElements li input.tdradio
{
	width: auto;
	border: none;
}

#content1 #formElements li #header_row
{
	text-decoration: underline;
	font-size: 14px;
}
#content1 #formElements li a#goback
{
	position: relative;
	top: 10px;
}
#content1 #formElements textarea
{
	height: 60px;
}
table#places
{
	width: 100%;
}