/* HTML TAGS */


/* IDs */

#horizontalForm fieldset
{
	display: block;
	padding: 0 1em 1em 1em;
	border: 1px solid #450102;
	background: #EDDEC1;

}

#horizontalForm fieldset.radio
{
	margin: 1em 0 2em 0;
}

#horizontalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
	background:#EDDEC1;
	border:0;
}

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

#horizontalForm input
{
	/*display: block;*/
	width: 15px;
	background:transparent;
	border:none;
	
}

#horizontalForm input.submit
{
	clear: both;
	border: 1px solid #450102;
}
#horizontalForm ul
{
list-style-type: none;
none;background:transparent;
border:none;

}

.mylabel
{

	font-weight: bold;
}
.padder td
{
  padding:5px;
}


/* CLASSES */
