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

*/
h3 {
	display: block;
	font-size: 1.4em;
	color: #8497ac;
	border-bottom: #443833 1px dotted;
	margin: 40px 0 15px 0;
	text-transform: none;
}

h3.quote {
	display: block;
	float: right;
	clear: right;
	font-size: 1.8em;
	font-family: Georgia, Arial, sans-serif;
	color: #8497ac;
	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: right;}

.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 {
	width: 565px;
	padding-left: 25px;
	padding-right: 25px;
	color: #000000;
	text-transform: none;
	background: url('../images/caseStudyBG.png');
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 19px;
	padding-top: 0px;
}

#spacer {
	height: 5px;
	background: none;
	width: 1px;
	border: none;
}

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

#msgform {
	text-transform: none;
}

/* and now the form itself */
label {
	display: block;
	float: left;
	clear: left;
	margin: 10px 0 10px 0;
	width: 250px;
	line-height: 120%;
	font-weight: normal;
	font-size: 13px; 
	text-transform: none;
	color: #ffffff;
	font-weight: bold;
}

input, textarea, select {
	padding: 2px;
	font-size: 1em;
	background: #080a0d;
	border: 1px solid #2c3b5b;
	float: left;
	display: block;
	margin: 5px 0 10px 0;
	text-transform: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans serif;
	color: #ffffff;
}

input {
	height: 16px;
	vertical-align: middle;
	padding: 7px 0px 5px 5px;

}

select {
	height: 32px;
	width: 269px;
	padding: 7px 0px 5px 5px;
}

textarea {
	width: 263px;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #5f7fc2;
	background-color: #0e131d;
}

input.button {
	width: 125px;
	height: 30px;
	font-family: Tahoma, Arial, Helvetica, sans serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 35px;
	float: right;
	padding-top: 4px;
}

input.button:focus {
	width: 125px;
	height: 30px;
	font-family: Tahoma, Arial, Helvetica, sans serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 35px;
	float: right;
}

.fright {
	display: block;
	float: right;
	padding-right: 65px;
}

.fright label {
	width: 250px;
	line-height: 160%;
	margin: 0 !important;
	font-weight: normal;
}

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

span.required{
	font-size: 13px !important;
	color: #b60d0d !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;
}


