Not sure what you mean about the gallery, but the font for the textbox can be set in the css in the first example above
Code:
.txtbox {
background-image: url(images/blauw-home_24.gif);
background-repeat: no-repeat;
background-position: center;
height: 457px;
width: 230px;
padding: 0px;
margin: 0px;
/* Set Font */
font-family:Arial,Helvetica;
}