fieldset {
	width: 180px;
	padding: 10px;
}



legend {
	color: #222;
	font-weight: bold;
}

label {
	width: 180px; 
	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;
} 


#address_form {

	float: left;
	width: 500px;



}

#address_form fieldset {

	float: left;
	border: 1px solid #000;
	margin-left: 20px;


}

.address_error {
	color: red;
	padding: 5px;
	margin-bottom: 15px;
	float: left;
	width: 440px;
	padding-left: 230px;


}

.jenerr {
	color: red;	
}

.berr {
	float: left;

}

.serr {
	float: right;
	
}