final VerticalLayout infoLayout = new VerticalLayout();
infoLayout.setSpacing(true);
infoLayout.setSizeUndefined();
infoLayout.setMargin(false, true, false, false);
reservationPanel.addComponent(infoLayout);
resourceName = new Label("From the list above");
resourceName.setCaption("Choose resource");
infoLayout.addComponent(resourceName);
description = new TextField();
description.setWidth("250px");