/*----------------------------------------------
 |  form.css |
 |-----------
 |  Form and form related elements (input,select,option,legend...)
 *---------------------------------------------*/
form {
  padding: 0px;
  margin: 0px;
}

input, select, textarea {
 	margin-left: .5em;
  color: #534640;
  border: 1px solid #a6a6a6;
}

fieldset {
	margin: 1em 0;
	padding: .3em 1em;
	border: 1px solid #EEEEEE;
}

fieldset br {
	display: none;
}

legend {
	font-weight: bold;
	color: #534640;
	padding: .2em .5em;
	border: 1px solid #EEEEEE;
}

fieldset div {
	clear: both;
	margin: .1em 0;
	position: relative;
}
fieldset div span {
	display: none;
}

label, fieldset div.cr p {
	margin: 0;
	display: block;
	width: 13em;
	text-align: right;
	float: left;
}

fieldset div.cr label {
	text-align: left;
	margin-left: 13em;
	width: auto;
	float: none;
}

.mandat {
	color: #790000;
}
.mandat:after {
	content: "*";
}

.buttons {
	text-align: center;
}

.removed {
	display: none !important;
}

button {
  font-size: 1.0em;
  color: gray;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #DEE8FE;
  border-bottom: 1px solid #a6a6a6;
  border-right: 1px solid #a6a6a6;
  border-top: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
}
