#depos #form_ajout {
	width: 630px;
	margin: auto;
	color: #AA0000;
	font-size: 12px;
}
#depos #form_ajout label {
	float: left;
	width: 110px;
	text-align: right;
	font-weight: bold;
}
#depos #form_ajout input, #depos #form_ajout select, #depos #form_ajout textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #AA0000;
	background-color: #FAF0F0;
	color: #AA0000;
	margin-bottom: 2px;
}
#depos #form_ajout .button {
	display: block;
	margin: auto;
}
#depos #form_ajout #captcha {
	vertical-align: top;
}
