#contact
{
	background-color:#e9eff5;
	margin:10px 0 10px 0;
	padding:10px;
	width:70%;
}


#contact label
{
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	margin-bottom: 2em;
	display: block;
}

#contact input, #contact textarea
{
	margin-bottom:2em;
}

#contact textarea
{
	width:19em;
}

#contact input
{
	width:15em;
}


#contact button.submit
{
	margin-left: 8.5em;
}

.mandatory
{
	font-weight:bold;
}


.error
{
	margin-bottom:9px;
	padding:9px 9px 0 9px;
	border:3px solid red;
	color: red;
}

.mandatory:before
{
	content: " * ";
}


#this_title
{
display:none;
}
