@CHARSET "ISO-8859-1";
.required_wrong
{
	background: #FFC3BC;
}

.required_ok
{
	background: #C9FFC9;
}

#message_div{
	width: 80%;
	position: fixed;
	bottom: 1em;
	left: 10%;
	border:2px solid #d0d0d0;
	font-size: 16pt;
	padding: 1em;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: none;
}

.alert{
	background-color: #FF9696;
}

.ok{
	background-color: #9AB832;
}

#forward_submit{
	display: none;
}