body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

img {
	border-style: none;
}

.title {
	font-weight: bold;
	font-size: 1.2em;
}

.hint {
	font-size: 0.9em;
	color: #A3A3A3;
}

.error {
	font-weight: bold;
	color: red;
	font-size: 1.0em;
}

.normal {
	/* dummy for templates that expect a clas name */
}

.info {
	font-weight: bold;
	color: #669900;
	font-size: 1.0em;
}

.prompt {
	font-weight: bold;	
	font-size: 1.0em;
}

.padded-right {
	padding-right: 10px;
}

.key {
	font-weight: bold;
	padding-right: 5px;
}