@charset "utf-8";
/* CSS Document */
fieldset {
	color: #000000;
	background:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
fieldset.email {
   float: left;
   width: 30%;
}
fieldset.address {
	float: right;
	width: 60%;
	
	}

legend {
	color: #003399;
	font-size: 14px;
	font-weight: bold;
}


span.specialfirst {
	float: left;
	width: 1em;
	line-height: 80%;
	font-size: 300%
	}
span.bolderunderline {
	font-weight:bold;
    text-decoration:underline
	
	
	}
	
	div.space {
	font: 0px/0px sans-serif;clear: both;display: block
}
