/* 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/    |
|____________________________________________________________|

*/
html, body {
  border: 0;
  margin: 0;
  padding: 0;
}

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

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

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

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

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(imagenes/enviar.jpg) no-repeat left top;
  width: 120px;
  height: 40px;
  margin-left: 175px;
}

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

.errormsg {
  display: block;
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: #666666;
  font-weight: bold;
  background: #E8E8E8 url(imagenes/stop.gif) no-repeat 10px center;
  padding: 3px 4px 3px 4px;
  margin: 10px 0;
  border-top: 2px solid #CC6600;
  border-bottom: 2px solid #CC6600;
}

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