@charset "utf-8";
/* CSS Document */


#formnormal fieldset{
	width: 36em;
	margin: 0 1em 1em 0;
	border: 0 solid #000000;
	padding: 1em 1em 1em 1em;
	background-color: #EEEEEE;}

#formnormal fieldset.submit{
	border: none;
	background-color: transparent;
	text-align: center;}

#formnormal fieldset.radio{
	width: 34em;
	margin: 0 0 1em 0;
	background-color: #DDDDDD;}

#formnormal fieldset.radio input{
	clear: both;
	float: left;
	width: auto;}

#formnormal fieldset.radio label{
	font-weight: normal;}

#formnormal fieldset.checkbox{
	width: 34em;
	margin: 0 0 1em 0;
	background-color: #DDDDDD;}

#formnormal fieldset.checkbox input{
	clear: both;
	float: left;
	width: auto;}

#formnormal fieldset.checkbox label{
	font-weight: normal;}

#formnormal fieldset.smallfield input{
	width: 6em;
	display: block;}

#formnormal textarea{
	float: left;
	margin-bottom: 15px;}

#formnormal input{
	width: 13em;
	display: block;}

#formnormal label{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
	color: #5A5644;}

#formnormal legend{
	font-weight: bold;
	font-size: 1.1em;
	color: #5A5644;}

#formnormal select{
	display: block;}
