form legend {

  font-size:125%;

}

form fieldset {

	width:70%;

	text-align:left;

}

form fieldset label {

  float:left;

	clear:none;

	text-align:right;

	width:150px;

	display:block;

}

form fieldset input {  	

	text-align:left;

	width:150px;
	
	margin-left:10px;

	clear: none;

}

form fieldset textarea {

  	float:left;

	text-align:left;

	width:150px;

	overflow:auto;
	
	margin-left:10px;

}

form fieldset div {

	font-weight: bold;

}

.clear {
	clear: both;
}

