/* H2 */
/* -- */
#inscription h2 {
	margin: 0 10px;
}

/* Inscription */
/* ----------- */
#inscription {
	color: #333;
}

/* Form */
/* ---- */
#form {
	background: #fff;
	padding: 20px;
}

#form fieldset {
	border: 0;
	padding: 10px 0;
	width: 390px;
	float: left;
}

#form legend {
	color: #fa0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 110%;
	border-bottom: 1px dotted #dedede;
}

#form p.input {
	padding: 5px 20px 5px 0;
}

#form select {
	padding: 2px;
}

p.ok {
	color: #fa0;
	font-weight: bold;
	padding: 5px 0;
	font-size: 11px;
}
