/* HTML TAGS */

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


/* IDs */

#h3sForm fieldset
{
	display: block;
	margin: 0 0 2em 0;
	padding: 1em 1em 1em 1em;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	
}

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

#h3sForm fieldset.radio
{
	width: 28em;
	margin: 4px 0 4px 0;
	background-color: #fafafa;
}



#h3sForm fieldset.radio input
{
	width: auto;
}

#h3sForm fieldset.radio input1
{
	clear: both;
	float: left;
	width: auto;
}

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



#h3sForm input1
{
	display: block;
	width: 15em;
}

#h3sForm label
{
	margin-bottom: 1em;
	font-weight: bold;
}	

#h3sForm label1
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

#h3sForm select
{
	display: block;
}


