legend 
{
	color:#C81E1E;
	width:100%;
	font-size:1.5em;
	margin-bottom:7px;
	padding-bottom:4px;
	border:0px;
	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:0px;
}

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:left;
	margin-right:1em;
}

fieldset input
{
	clear:both;
}

.subscribe 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:left;
	margin-right:1em;
}

.subscribe legend 
{
	display:none;
	border: solid 0px #DEDEDE;
}

.subscribe fieldset 
{
	border: solid 0px #DEDEDE;
}