/* HTML TAGS */

h3
{
	margin-bottom: 0.5em;
	font-size: 100%;
}




/* IDs */

#h3sForm fieldset
{
	display: block;
	/*width: 17em;*/
	width: 649px;
	margin: 0 0 3em 0;
	padding: 1em 1em 1em 1em;
	background-color: #EEEEEE;
}

#h3sForm fieldset.fldWrapper
{
	/*margin-right: 19px;*/
}




#h3sForm fieldset.submit
{
	border: none;
	background-color: transparent;
	text-align: center;
}

#h3sForm fieldset.radio
{
	/*width: 15em;*/
	width: 629px;
	margin: 1em 0 2em 0;
	background-color: #DDDDDD;
}

#h3sForm fieldset.text
{
	/*width: 15em;*/
	width: 629px;
	margin: 1em 0 2em 0;
	background-color: #DDDDDD;
}

#h3sForm fieldset.textlbl
{
	/*width: 15em;*/
	width: 629px;
	margin: 1em 0 2em 0;
	background-color: #DDDDDD;
}


#h3sForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#h3sForm fieldset.text input
{
	clear: both;
	float: left;
	width: auto;
	margin: 0 0 5px 0;
}

/*
#h3sForm fieldset.contact
{
	margin-left:150px;
}
*/

#h3sForm fieldset.radio label
{
	font-weight: normal;
}

#h3sForm fieldset.text label
{
	font-weight: normal;
}

#h3sForm input
{
	display: block;
	width: 15em;
}

#h3sForm label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

#h3sForm select
{
	display: block;
}


/* CLASSES */