/* CSS Document */
div.form {
	border: 2px solid #EA8A18;
	margin: 10px;
	padding: 10px 0;
}
div.fields div, div.actions {
	margin: 5px 10px;
	/*margin-bottom: 5px;
	margin-top: 5px;*/
}
div.actions {
	text-align: center;
}
div.actions input {
	background-color:#FF33CC;
}
h1.succes {
	text-align: center;
	font: 5em Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FF88ED;
}
