/* form elements */
#content div.fullwidthform,
#content div.form {
	padding: 0px;
	width: 300px;
	background-color: #fff;
	color: #333;
}
#content div.fullwidthform { width: 100%; }

#content div.fullwidthform .underline,
#content div.form .underline
{
	width: 100%;
	border-bottom: 1px dotted #919191;
}


#content select
{
	font-family: Verdana, sans-serif;
	width: 200px;
	font-size: 11px;
	line-height: 14px;
	height: auto;
	font-weight: normal;
	background-color: #fff;
	color: #000;
}
#content input
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	background-color: #fff;
	color: #000;
}

#content input.medium { width: 300px; }
#content input.normal { width: 200px; }

#content textarea
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	background-color: #fff;
	color: #000;
}

#content textarea.large { width: 100%; }

#content button 
{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #f0ae00;
	color: #fff;
	border: none;
	float: right;
}