textarea, input, label {
	margin: 0 5px 0 0
}
textarea, input {
	width: 350px; 
	background: #fff;
	border: 1px solid #ccc;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
}
.calcul input {
	width: 120px; border: 1px solid #666;
}
option {
	padding: 0 3px
}
.check, fieldset {
	width: auto; border: 0
}
fieldset {
	margin-bottom: 13px
}
textarea {
	width: 450px; 
	height: 200px
}
textarea.liste {
	width: 350px; 
	height: 66px
}
form {
}
form p {
}
form label {
	float: left; width: 17%; text-align: right
}
form#margel label {
	width: 17%
}
.focus {
	background: #fc0
}
#submit, #remove, #submitmaj { width: auto; cursor: pointer; color: #fff; background-color: #5F60B0; padding: 2px 3px }
#submitmaj { padding: 0 }
#submit:hover, #remove:hover, #submitmaj:hover { color: #000; background-color: #fff }

