table td {
		font-family: serif;
		font-size: 10px;
		color: #000000;
		}
		
fieldset {
	border: 1px solid #ddd;
	margin: 1em 0;
	padding: 10px;
	clear: left;
    font-family: serif;
	font-size:10px;
} * html fieldset { padding-top: 0; }

legend {
	font-size: 135%;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #2345cf;
    font-family: serif;
	padding: 10px 0.5em; /* Top and Bottom for IE7 */
} * html legend { margin-bottom: 15px; padding: 0 0.5em; }

fieldset fieldset legend {
	font-size: 105%;
	font-weight: bold;
} 			