/* 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;
  background: #003366 ;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  
}

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

/* the main layout */

#contentForm {
  display: block;
  width: 500px;
  margin: 20px auto;/*this line will center the page*/
  padding: 25px;
  border: 1px solid black;
  background-color: #FFFFCC;
}

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

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

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

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 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

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

input.FORM{
     font-size: 10px;
     color: #FFFFFF;
     font-weight: bold;
     border-style: solid; 
     border-width: 1;
     padding-top: 1px 4px 4px 1px;
     background-color: #6c6cb7;
}

span.TEXTO {COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px} 
A.TEXTO:link {TEXT-DECORATION: none; COLOR: #000000 ; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px} 
A.TEXTO:active {TEXT-DECORATION: none; COLOR: blue; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px} 
A.TEXTO:visited {TEXT-DECORATION: none; COLOR: #000000 ; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px} 
A.TEXTO:hover {TEXT-DECORATION: none; COLOR:#FF0000;} 
