#content div.formset label,
#content div.formset span.label {
	color:#706969;
	width: 11em;
	margin-right: 0;
	font-weight: normal;
	line-height: 25px;
}

#content div.formset p.note {
	font-weight: bold;
	font-style: italic;
	float: left;
	margin-left: 13.5em;
}

#content div.formset span.required {
	color:#57B9E8;
}

#content div.formset input,
#content div.formset input.form_error,
#content div.formset select,
#content div.formset .selectMultiple ul,
#content div.formset textarea {
	background: none;
	border: 1px solid #56b8e7;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#content div.formset input.hidden,
#content div.formset input.radio,
#content div.formset input.checkbox {
	border: none;
}

#content div.formset input.text {
	height: 17px;
	line-height: 17px;
	padding: 3px;
	font-size: 11px;
}

#content div.formset div.submit {
	margin-left: 11.5em;
	margin-bottom: 1em;
}

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