@charset "utf-8";

/* CSS Document */



.fieldhidden {

	display: none;

	type="hidden"; 	

}



.fieldunhidden {

	display: block;

}

