﻿legend 
{
	color:#fff;
	width:100%;
	font-size:1.5em;
	margin-bottom:7px;
	padding-bottom:4px;
	border-bottom: solid 2px #DEDEDE;
	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;
	
	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:10em; /* Set a width so the inputs line up */
	text-align:right;
	margin-right:1em;
}
