@charset "utf-8";
/* CSS Document */
fieldset ul, fieldset li{
	border:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}
fieldset li{
	clear:both;
	list-style:none;
	padding: 3px;

}

fieldset input{
	float:left;
}
fieldset label{
	width:140px;
	float:left;
}
#description {
	height: 150px;
	width: 350px;
	}
