
/***************************************************************
 * Clear some floats!
 **************************************************************/
 
/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/***************************************************************
 * Contact form
 **************************************************************/
fieldset {
	border:none;
}

fieldset ol {
	margin:0;
	padding:0;
	float:left;
	clear:both;
	width:100%;
}

fieldset ol li {
	list-style-type:none;
	float:left;
	display:block;
	clear:both;
	padding:5px;
	width:100%;
	margin:1px 0;
}

form .error {
	background:#ffded5;;
}

form .error em {
	padding: 0 3px;
	display:block;
	margin-left:10em;
}

fieldset ol li label {
	float:left;
	display:block; 
	width:10em;
}

fieldset.submit {
	clear:both;
	text-align:right;
}

fieldset.submit input {
	font-size:140%;
	padding:3px 8px 5px;
}

.form-error {
	background:#ffc3ac;
	padding:10px;
	margin-bottom:5px;
	color:#000;
}

.form-success {
	color:#fff;
	background:#29AAE2;
	padding:10px;
	margin-bottom:5px;
}

fieldset textarea.area {
	display:block;
	clear:both;
	width:100%;
}
textarea{
	width:100%;
}

