/* test  */
.label {
	-fx-background-color : white;
	-fx-text-fill : black;
	-fx-font-size : 15px; 
}
#vbox1 {
	-fx-border-style :solid ;
	-fx-padding : 10, 10, 10 , 10;
}
