
/* creer par Mr Rahmani Youssef 071815878 */

#contentForm {
  display: block;
  width: 400px;
  margin: 10px auto;/*this line will center the page*/
  padding: 25px;
  background-color: white;
}
/* and now the form formatting itself */

.errormsg {
  display: block;
  width: 50%;
  color: #0099CC;
  font-weight: bold;
  background: #FFFFFF url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}

input, textarea, select, p {
  font-family: verdana, arial, sans-serif;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(images/submit.jpg) no-repeat left top;
  width: 95px;
  height: 25px;
  margin-left: 100px;
}

.float-left{
  display: block;
  float: left;
  clear: left;
  Width: 100px;
  margin-bottom: 10px;
  margin: 5px 0;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}
