

div.contact_form em.error, div.contact_form form em
{
  color:  red;
}


div.contact_form p {
	position:relative;
	text-align:left;
}

.input_text {
	position:absolute;
	width:340px;
	right:0;
	left:15ex;
	border:none;
	border-bottom:1px dashed #f27f1a ;
	background:#f8efe0;
}
.input_text01 {
	width:30px;
	right:0;
	left:15ex;
	border:none;
	border-bottom:1px dashed #f27f1a ;
	background:#f8efe0;
}

.orange{color:#f27f1a;}

textarea {display: block;
	background:#f8efe0;
	border:1px solid #f27f1a;
	width:420px;
	white-space: normal;	
	font-size:1.2em;
	padding:0.2em;
}

#submit_contact {
	border:1px solid #f27f1a ;
}