/*--------------page structure
*/
#content
{
	width: 540px!important;
	overflow:hidden;
	padding: 10px 20px;
	min-height: 300px;color: #333;
	font-size: .9em;
}
#content h1
{
	font-size: 1.2em;
	color: #333;
	margin-bottom: 10px;
}

#content label
{
	width: 250px;
	display: -moz-inline-box;
	display: inline-block;
}
#content form
{
	margin-bottom: 40px;
}

#content fieldset
{
	border: 0;
}
#content textarea
{
	border: 1px solid #ccc;
}

#content input
{
	width: 250px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}
#content input.radio
{
	width: 20px;
	height: 16px;
	text-align: text-bottom;
	border:0;
}
#content input.wide
{
	width: 500px;
	margin-bottom: 2px;
}
#content textarea
{
	width: 500px;
}
#content .submit, #content .submitHover
{
	width: 135px;
	height: 20px;
	margin: 6px 0;
	padding-bottom: 2px;
	background:url(images/button.jpg) no-repeat left top;
	border: 0;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
#content .submitHover
{
	background-position: left bottom;
}

