form label {
	font-weight: bold;
	width: 110px;
    height: 20px;
    float: left;
}

form span {
	clear: left;
}

table {
	width: 100%;
}
td {
	text-align: center;
}
.center {
	text-align: center;
}

.rounded-box td {
	clear: both;
}

/* Errors explanations */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#ErrorExplanation {
  border: 2px solid 'red';
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: red;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
/* Used to give informations to user */
.notice {
        text-align: center;
    color: #484848;
    font: bold 11px/18px Arial, sans-serif;
}

.error {
        text-align: center;
        color: #bc0012;
    font: bold 11px/18px Arial, sans-serif;
}