.cssform form{
  margin: 0px;
  padding: 0px;
  padding-left: 50px;
}

.cssform fieldset{
  float: left;
  border: none;
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.cssform p{
  margin: 0px;
  padding: 0px;
  padding-bottom: 6px;
}

.cssform label{
  width: 130px;
  margin: 0px;
  padding: 0px;
  padding-top: 4px;
  float: left;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
  width: 150px;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

.cssform input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
  width: 150px;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

.cssform em{
  font-size: xx-small;
  color: #CC0000;
}

.legende {
  font-size: x-small;
  text-align: right;
}

.rappel a { color: #363636; text-decoration: none; }
.rappel a:visited { color: #363636; }
.rappel a:active { color: #363636; }
.rappel a:hover { color: #0076D7; text-decoration: underline; }
