/* CSS Document *//*
 ____________________________________________________________
|                                                            |
|    DESIGN : Jeremie Tisseau { http://web-kreation.com }    |
|      DATE : 2007.08.31                                     |
|     EMAIL : webmaster@web-kreation.com                     |
|  DOWNLOAD : http://web-kreation.com/index.php/freebies/    |
|____________________________________________________________|

*/
body {
  font: 50%/1 arial, helvetica, sans-serif;
  /*width: 50%;*/
}

h1 {
  margin: 10px 0 10px;
  font-size: 80%;
}

/* the main layout */

*#contentForm {
  display: block;
  width: 200px;
  margin: 0px auto;/*this line will center the page*/
  padding: 5px;
  /*border: 1px solid white;
  background-color: white;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 200px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 5;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0; /*El segundo num indica la dist desde el left border*/
}   

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

input.button {
  cursor: pointer;
  /*border: none;*/
  font-weight: bold;
  font-size: 80%;
  font-color: #000000;
  background-color: #C4C4C4;
  /*border-color: #000000*/
    /**background: url(images/enviar.jpg) no-repeat left top;*/
  /*width: 60px;
  height: 20px;*/
  margin-left: 255px;
}

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

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 35; /*El segundo num indica la dist desde el left border*/
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

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

