/* 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 {
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	line-height: 1;
	text-decoration: none;
}

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

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

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

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

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: #006699 url(imagenes/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
}

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

