input.readonly {
	background-color: #ccc;
	color: #000;
	border-width: 0;
}
.msg {
	color: green;
	font-weight: bold;
}
#container {
	width: 90%;
}

.edition label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	vertical-align: top;
}
.edition fieldset p {clear: both;}
.edition fieldset input, .edition textarea {
	width: 150px;
}

