﻿legend 
{
	color:#fff;
	width:100%;
	font-size:1.5em;
	margin-bottom:7px;
	padding-bottom:4px;
	border-bottom: solid 0px #DEDEDE;
	visibility:hidden;
	margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
}

fieldset 
{
	padding-bottom:5px;
	margin-top:20px;
	padding-left:0px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom: solid 1px #DEDEDE;
}

fieldset div 
{
	display:block;
	padding-bottom:2px;
} 

fieldset label 
{
	float:left; /* Take out of flow so the input starts at the same height */
	width:185px; /* Set a width so the inputs line up */
	text-align:left;
	margin-right:2px;
	font-size:0.9em;
}
