/** Add css rules here for your application. */


h1 {
  font-weight: bold;
  color: #777777;
  text-align: center;
}
h2 {
  text-align: center;
}  

.smallText {
  font-size: 16pt	
  font-weight: bold;
}	
.largeText {
  font-size: 20pt;
  font-weight: bold;
}
.textboxupper {
	textTransform: 'uppercase';
}	

/** Example rules used by the template application (remove for your app) */


.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}
