#formentete {
	height: auto;
	z-index: 100;
	width: 550px;
	left: 400px;
	top: 200px;
	position: absolute;
}

#formcontent {
	position: absolute;
	height: 220px;
	z-index: 100;
	width: 550px;
	left: 50px;
	top: 500px;
}

#formdeviseur {
	min-width: 0px;
	position: absolute;
	height: auto;
	z-index: 100;
	width: 400px;
	left: 50px;
	top: 500px;
}

#captcha {
	left: 530px;
	top: 69px;
	position: absolute;
}

label  {
	color: teal;
	margin-top: 5px;
	clear: right;
	width: 200px;
	float: left;
	position: relative;
	font-size: 0.8em;
}
input, textarea, select {

	border-style: double;

	color: white;

	background-color: #528080;

	margin-top: 5px;

	clear: right;

	position: relative;

	float: left;

}
#formcontent p {
	clear: left;
	float: left;
	position: relative;
}
input[type="submit"] {
	text-decoration: none;
	position: relative;
	border-style: outset;
	font-size: 1em;
	clear: right;
	margin-right: 50px;
	float: left;
	width: 120px;
	text-align: center;
}
.mandatory {
	font-size: 1em;
	color: maroon;
}
.formline, .captcha {
	float: left;
	position: relative;
	height: 30px;
	width: 100%;
}
.errmsg {
	float: right;
	position: relative;
	font-style: italic;
	font-size: xx-small;
	color: maroon;
}
.comment {
	font-size: xx-small;
	float: left;
	position: relative;
	color: maroon;
}
.formblock {
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	height: auto;
	width: 100%;
}

