/* HTML TAGS */

h3
{
	margin-bottom: 0.5em;
	font-size: 100%;
}


/* IDs */

#simplyForm fieldset
{
	display: block;
	width: 90%;
	margin: 0 0 0 0;
	padding: 0 1em 1em 1em;
	background-color: #99CC33;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#simplyForm fieldset.submit
{
	border: none;
	background-color: transparent;
	text-align: center;
}

#simplyForm fieldset.radio
{
	width: 15em;
	margin: 0 0 4px 0;
border: none;
}

#simplyForm fieldset.radio label
{
	font-weight: normal;
}

#simplyForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#simplyForm input
{
	display: block;
	width: 22em;
	margin-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	padding: 3px;
}
#simplyForm input.radio
{
	width: 1em;
}

#simplyForm label
{
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
	margin-top: 1.2em;
	font-size: 12px;
}

#simplyForm select
{
	display: block;
}

