#content div.formset input.submit {
	display: block;
	background: url(img/envoyer_bt.png) transparent top left no-repeat;
	width: 82px;
	height: 50px;
	font-size: 82px;
	font-height: 82px;
	padding: 50px 0 0 82px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
	margin:0;
	padding:0;
	padding-top: 25px;
	height: 25px;
	margin-top: 10px;
		margin-bottom: 15px;
}

#content div.formset input.submit.hover {
	background-position: 0 -25px;
}

#content div.formset input.text,
#content div.formset input.password,
#content div.formset select,
#content div.formset textarea {
	border: 1px solid #1A2C69;
	background: #fff;
}

#content div.formset input.form-error.text,
#content div.formset input.form-error.password,
#content div.formset select.form-error,
#content div.formset textarea.form-error {
	border: 1px solid #E30018;
}

#content div.formset input.text,
#content div.formset input.password {
	height: 15px;
}

#content div.formset label,
#content div.formset span.label {
	color: #1A2C69;
	width: 7em;
}

#content div.formset div.submit {
	margin-left: 8em;
}

#content p.note {
	margin-top: 5px;
	font-size:9px;
	color: #7B7C7E;
	clear: both;
}