/* 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/    |
|____________________________________________________________|


/* the main layout */

#contentForm {
	display: block;
	padding: 20px;
	border: 1px solid #B9D3EC;
	background-color: white;
	margin: 10px;
}

/* and now the form formatting itself */
label {
	display: block;
	line-height: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
}

input, textarea, select {
	margin: 0;
	padding: 2px;
	font-size: 1.2em;
	color: #333333;
	background: #F5F5F5;
	border: 1px solid #ccc;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}   

textarea{
	font-size: 1.2em;


}
input:focus, select:focus {
	border: 1px solid #999;
	background-color: #FFFFFF;
	font-size: 1.2em;
}

textarea:focus{
	font-size: 1.2em;
	border: 1px solid #999;
	background-color: #FFFFFF;

	}

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: url(../images/submit.jpg) no-repeat left top;
	width: 90px;
	height: 28px;
}

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;
}
.errormsg p{
color: #FFFFFF;
}
.msgSent {
  font-size: 20px;
  text-align: center;
}

