/* 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/    |
|____________________________________________________________|

*/
h1 {
	display: block;
	font-size: 1.4em;
	color: #443833;
	border-bottom: #443833 1px dotted;
	margin: 40px 0 15px 0;
}

h1.quote {
	display: block;
	float: left;
	clear: right;
	font-size: 1.8em;
	font-family: Georgia, Arial, sans-serif;
	color: #443833;
	margin: 40px 0 0 0;
	border: none;
}

small {color: #999; font-size: 0.85em;}

a img {border: none;}

/***** Global Classes *****/
.alignleft {display: block; float: left;}

.alignright {display: block; float: left;}

.aligncenter {
  	display: block;
  	text-align: center;
  	margin: 0 auto;
}

.endOfSection {
  	clear: both;
  	width: 100%;
  	height: 0;
  	line-height: 0;
  	font-size: 0;
  	padding: 0;
  	margin: 0;
  	border: 0;
}

/* the main layout */
#contentForm {
	display: block;
	width: 650px;
	margin: 10px auto;/*this line will center the page*/
	padding: 25px;
	border: 6px solid #625748;
	background-color: white;
}

#contentForm p{
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;           
	height: 1%;
}

/* and now the form itself */
label {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	clear: left;
	margin-top: 2px;
	margin-bottom:2px;
	width:470px;
	line-height: 100%;

}

input, textarea, select {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666666;
	background: #F5F5F5;
	border:2px dotted #7C7A02;
	float: left;
	display: block;
	padding: 1px;
	margin:2px 0 2px;
}

input:focus, textarea:focus, select:focus {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666666;
	background: #FFFFFF;
	border:2px dotted #7C7A02;
	float: left;
	display: block;
}

input.button {
	background:#F5F5F5 none repeat scroll 0 0;
	border:2px dotted #7C7A02;
	color:#666666;
	display:block;
	float:left;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:5px;
	padding:0;
}

.fright {
	display: block;
	float: left;
}

.fright label {
	width: 500px;
	line-height: 160%;
	margin: 0 !important;
}

.fright input {
	margin-right: 5px !important;
}

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

.errormsg {
	background:#FF9D9D none no-repeat scroll 10px center;
	border-bottom:2px solid #ECE2C3;
	border-top:2px solid #ECE2C3;
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align: center;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:16px;
	line-height:14px;
	margin: 0 0 0px 5px;
	padding: 0px 15px 0;
	width: 315px;
}

