/**
 * FormBuilder Example Styles by Jonathan Nicol (F6 Design)
 * These are ONLY for the FormBuilder example page, NOT for the FormBuilder form or display messages.
 */
 
html {
	font-size: 100%;
}
body {
	color:#333333;
	font-family:Verdana,Arial,sans-serif; 
	font-size: 76%;
	margin: 20px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
#container {
	width: 500px;
}
