/* HTML TAGS */

/*h3
{
	margin-bottom: 0.5em;
	font-size: 100%;
}*/




/* IDs */

.contactform fieldset
{
	display: block;
	width: 500px;;
	margin: 0 0 3em 0;
	padding: 1em 1em 1em 1em;
	background-color: #EEEEEE;
}

.contactform fieldset.submit
{
	border: none;
	background-color: transparent;
	text-align: center;
}

.contactform fieldset.radio
{
	width: 15em;
	margin: 1em 0 2em 0;
	background-color: #DDDDDD;
}

.contactform fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

.contactform fieldset.radio label
{
	font-weight: normal;
}

.contactform input
{
	display: block;
	width: 15em;
}

.contactform label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

.contactform select
{
	display: block;
}





/* CLASSES */
/* Stylesheet: Fieldset_forms Modified On 2010-12-03 13:47:36 */
