/* CSS Document */
fieldset {
	width:300px; /*375*/
	padding:0px;

	margin-left:0px;
	}

legend {
	margin-left: 5px;
	color: #000000;
	font-weight: bold;
	}

fieldset ul {
	padding: 5px 5px 0px 5px;
	list-style: none;
	}
fieldset li {
	width:100%;
	padding-bottom: 5px;
	
	float:left;
	clear:left;
	}
fieldset.submit {
	width:auto;
	border:none;
	padding-left:0px;
	
	margin-top:10px;
	float:none;
	}
label {
	width:150px;
	
	float:left;
	margin-right:5px;
	
	/*text-align:right;*/
	}
input.text, textarea {
	width:257px;
	}	
