#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div span{
	height:15px;
	display:block;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
.message {
	font-size: 12px;
	color: #e46c6e;
	text-align: center;
	height:15px;
	padding:5px;
	font-weight: 700;
}

#customForm div span.error{
	color: #f2460b;
}
#customForm button{
	background: #4eada1;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;color:#fff;text-shadow:none;
}
#customForm button:hover{
	background: #4eada1;
}

#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
.form-horizontal .control-group {
	margin-bottom:5px;
}

#enqform div span{
	height:15px;
	display:block;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#enqform div span.error{
	color: #f2460b;
}
#enqform button{
	background: #4eada1;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
	color:#fff;text-shadow:none;
}
#enqform button:hover{
	background: #4eada1;
}




#salesform div span{
	height:15px;
	display:block;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#salesform div span.error{
	color: #f2460b;
}
#salesform button{
	background: #6f9ff1;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#salesform button:hover{
	background: #79a7f1;
}


#propform div span{
	height:15px;
	display:block;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#propform div span.error{
	color: #e46c6e;
}
#propform button{
	background: #6f9ff1;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#propform button:hover{
	background: #79a7f1;
}