h1 { font-size: 1.5em ; }
h2 { font-size: 1.17em ; }
h3 { font-size: 1em ; }
h4 { font-size: 0.83em ; }

/* The default font sizes are too large - make it look better by decreasing the size a little http://zuga.net/articles/html-heading-elements/ */

#generate {
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
}

.newline {
	margin-bottom:10px;
}

#inputString {
	display:block;
	margin-top:10px;
	width:350px;
}

#result {
	height: 20px;
}

#inputLength {
	margin-top:10px;
	display:block;
	width:40px;
}

#fieldName {
	clear:both;
	display:inline;
}