/*
FORM 
------------------------------------------------- */
#contact_form {
	margin-top: 20px;
}

#contact_form label {
	font-family:Arial, Helvetica, sans-serif;
	color:#231f20;
	font-size:12px;
	width:160px;
	float:left;
	display:block;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
#contact_form input {
	width: 410px;
	border: 1px dashed #D0D0D0;
	color: #666666;
	margin-bottom: 7px;
	height: 25px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	font-size: 18px;
}

#contact_form textarea {
	width: 410px;
	height: 150px;
	padding: 2px 1px;
	border: 1px dashed #D0D0D0;
	color: #333333;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	margin-bottom: 7px;
}

#contact_form p #submit {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FF0000;
	width: 86px;
	height: 16px;
}
#contact_form p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(http://www.blueprintgroupe.com/images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 0px 0 10px;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #33CC00 url(http://www.blueprintgroupe.com/images/success.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 0px 0 10px;
  border-top: 2px solid #339900;
  border-bottom: 2px solid #339900;
}
#submitt input {
	float: left;
	height: 29px;
	width: 116px;
	border: none;
	background-image: url(../images/send-message.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 168px;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #FAFAFA;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
#contact_form h1 {
	color: #333333;
	border: none;
}