div.error {
	margin: 10px;
	padding: 10px;
	color: red;
	background-color: #eeeeee;
	border: 1px solid red;
}

div.success {
	margin: 10px;
	padding: 10px;
	color: green;
	background-color: #eeeeee;
	border: 1px solid green;
}

img {
	border: none;
}

div {
	background-color: #ffffff;
}

label {
	float: left;
	width: 200px;
	display:block;
}

input, select {
	width: 300px;
	margin-bottom: 5px;
}

span.divTitle {
	font-weight: bold;
}

span.link a {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	
}

em {
	font-weight: bold;
}

h1 {
	text-align: center;
}

h1 a {
	text-decoration: none;
	color: #000000;
}
