#content #fb_form
{
	display: block;
	width: 100%;
	border-collapse: collapse;
	color: #FFFFFF;
}

#content #fb_form td
{
	padding: 5px;
	margin: 5px;
	border-bottom: 1px solid #AAA;
}

#content #fb_form td.label
{
	width: 150px;
	text-align: right;
}

#content #fb_form td.required
{
	color: #f4b602;
	width: 150px;
	text-align: right;
}

#content input
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
	color: #000000;
	width: auto;
}

#content #fb_form input.fb_text
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
	color: #000000;
	width: 225px;
}

#content #fb_form select
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
	color: #000000;
	width: 230px;
}

#content #fb_form textarea
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
	color: #000000;
	width: 225px;
	height: 100px;
}

#content #fb_form select.fb_day
{
	width: 50px;
}

#content #fb_form select.fb_month
{
	width: 100px;
}

#content #fb_form select.fb_year
{
	width: 75px;
}

#content #fb_form select.fb_hour
{
	width: 50px;
}

#content #fb_form select.fb_minute
{
	width: 50px;
}

#content #fb_form select.fb_ampm
{
	width: 75px;
}

#content #fb_form input.fbsubmit
{
	background-color: #f4b602;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
	width: 100px;
	height: 25px;
}
