fieldset {
	border: 1px solid #888;
	width: 190px;
	padding: 10px;
	float: left;
	margin-right: 10px;
}



legend {
	color: #222;
	font-weight: bold;
}

label {
	width: 190px; 
	float: left;

}

select {
	float: none;	
}

input[type='text'], input[type='password'] {
	border: 1px solid #888;
	margin: 1px;

}

input[type='text']:focus, input[type='password']:focus {
	border: 2px solid #000;
	margin: 0px;
}