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

*/


#div0{
	width: 100%;
	float:left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 22px;
	margin-bottom: 5px;
}
#div01{ width: 310px; float:left;border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC; padding-top: 10px; margin-bottom: 5px;}
#div02{ width: 320px; float:left;border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC; padding-top: 10px; margin-bottom: 5px;}
	#div03{
	
	float:left;
	
	margin-right: 5px;
}
#div1{ width: 310px; float:left; height: 180px;}
#div2{ width: 320px; float:left; height: 180px;}


/* the main layout */

#contentForm {
  display: block;
  width: 100%;
  margin: 0px;/*this line will center the page*/
  padding: 0px;
  background-color: white;
}
#contentForm2 {
	display: block;
	width: 500px;
	margin: 0px;/*this line will center the page*/
	padding-left: 20px;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7da;
}

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

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 13px;
   font-family: 'WhitneyMediumWhitneyMedium';
  color: #666666;
  background: #FFF;
  border: 0px;
  margin: 5px 0 5px 5px; 
  width: 150px;
}   

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

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	width: 79px;
	height: 39px;
	margin-left: 140px;
	background-image: url(../images/enviar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

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

.errormsg {
  display: block;
  width: 480px;
  height: 22px;
  line-height: 22px;
  color: #333;
  background: #e7e7da;
  padding: 3px 10px 3px 15px;
  margin: 10px 0;
  size: 13px;
     font-family: 'WhitneyMediumWhitneyMedium';
 
}

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

}
