h1 {
	font-family: helvetica;
	font-size: 1.5em;
}

p, div {
	font-family: helvetica;
	font-size: 0.9em;
}

.generatedFormFieldHeader {
	width: 475px;
	background-color: #ddd;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: none;
	border-right: none;
	border-bottom: none;
}

.generatedFormField {
	width: 475px;
	padding: 0px;
}

.generatedFormButtonBar {
	text-align: left;
}

#siteWrapper {
	width: 615px;
}

#bottomWrapper {
	margin-top: 20px;
	text-align: center;
	font-family: helvetica;
	font-size: 0.75em;
	font-weight: bold;
}

.maillist_usermessage {
	text-align: center;
	padding: 10px;
	color: white;		
}

.message_ok {
	background-color: #2bb14b;
}

.message_error {
	background-color: #c93131;
}

.message_neutral {
	border: 1px solid black;
	color: black;		
}

