html { font-family: Arial, Helvetica, Tahoma, sans-serif; }  /* Change this to fit the site */ 
body { color: #000; margin: 0px; font-size: 100%; background: #fff; margin:10px 0 0 0; padding:30px;}
img { display: none; border:0;}

#text_size img {display:inline!important;}

.to_textsize_on {
	padding:1px;
	border:3px solid red;
}

div.d_hv {
	border-bottom: 1px dashed #666666;
	margin: 5px 0 16px 0;
	height: 5px;
	clear:both;
}

.indented {
	margin:5px 0 0 150px;
}

form fieldset {
	border:none;
}

form fieldset legend {
	font-size:1.3em;
	font-weight:bold;
}

form label {
	display:block;
	width:600px;
}

form label textarea, form label select, form label input {
	float:left;
	font-size:1.4em;
	margin-bottom:10px;
	width:300px;
}

form span {
	float:left;
	display:block;
	width:155px;
	font-size:1.4em;
}



