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


/* the main layout */

#contentForm {
	display: block;
	width: 600px;
	padding: 25px;
	text-align: left;
	font-size: 14px;
	height: 468px;
}

#contentForm h3 {
	color: #33CC00;
	margin-bottom: 20px;
}

/* and now the form formatting itself */

.errormsg {
  display: block;
  width: 90%;
  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, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}

input, textarea, select, p {
  font-family: verdana, arial, sans-serif;
}

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

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	width: 90px;
	height: 28px;
	margin-left: 130px;
}

.float-left{
	display: block;
	float: left;
	clear: left;
	Width: 130px;
	margin-bottom: 10px;
	margin: 5px 0;
}

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