#formContact {
	padding-top:20px;
}
#content ol {
	list-style:none;
	margin:50px 0 0 20px;
	}	
#content ol ol {
	margin:0;
	}
ol li {
	margin:5px 0;
	list-style:none;
	padding-bottom:10px;
	clear:left;
	}
select {
	background:#fff;
	border:1px solid #999;
	float:left;
	padding:2px;
	margin-top:3px;
	width:232px;
	}
select.error {
	background:#800000 url('../images/errorFieldBg.jpg') repeat-x;
	color:#fff;
	border:1px solid #000;
	}
select.error option {
	background:#800000;
	}
input {
	padding:3px;
	background:#fff;
	border:1px solid #999;
	margin-top:3px;
	float:left;
	width:224px;
	}
input.error {
	background:#800000 url('../images/errorFieldBg.jpg') repeat-x;
	color:#fff;
	border:1px solid #000;
	}
textarea {
	padding:3px;
	border:1px solid #999;
	margin-top:3px;
	float:left;
	width:224px;
	}
label {
	display:block;
	clear:left;
	text-align:right;
	padding-right:10px;
	line-height:26px;
	font-weight:bold;
	font-size:10px;
	width:190px;
	float:left;
	}
label.error {
	color:#800000;
	}
	
.errorMsg {
	float:left;
	margin-left:10px;
	display:inline;
	background:url('../images/icons/warning.gif') 0px 9px no-repeat;
	padding:0 0 0 19px;
	}
li small,
li sup {
	float:left;
	padding:0 4px;
	line-height:26px;
	font-weight:bold;
	}
li.nested {
	padding-bottom:0px;
	}
.errorMsg,
.phoneErrorMsg {
	float:left;
	background:url('../images/icons/warning.gif') 0px 7px no-repeat;
	margin-left:10px;
	padding:6px 0 0 19px;
	font-weight:bold;
	color:#900;
	font-size:10px;
	}
input.btn {
	width:auto;
	border:none;
	background:#f9f9f9;
	margin:20px 0 0 325px;
	}
#loading {
	background:#f9f9f9 url('../images/icons/ajax-loader.gif') 50% 50% no-repeat;
	width:100%;
	height:500px;
	}