/********************EMAIL FORM**************************************/
/* Basic Grey */
/* Basic Grey */
.basic-grey {	
    width: 100%;
    background: gray;
    padding: 0px 5px 5px 5px;
    font: 12px Georgia, "Times New Roman", Times, serif;
    color: #962f2f;  
	padding-bottom: 20px;
	
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label > span {
    float: left;
    width: 400px;
    text-align: right;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select , .basic-grey input[type="phone"]{
	border: 1px solid #DADADA;
	color: #888;
	height: 40px;
	outline: 0 none;
	padding: 3px 3px 3px 20px;
	width: 100% ;
	font-size: 12px;
	line-height:15px;
	box-shadow: inset 0px 1px 4px #ECECEC;
	-moz-box-shadow: inset 0px 1px 4px #ECECEC;
	-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
	margin-top: 10px;
}
.basic-grey textarea{
	padding: 5px 3px 3px 5px;
}
.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 100%;
    height: 100%;
	line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}

.pure-button  {
	margin-top: 20px;
	margin-left: 20px;
	height: 40px;
	background: #962f2f;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	box-shadow: 1px 1px 5px #B6B6B6;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #9E3F3F;
	cursor: pointer;
	text-align: center;
	
}
.basic-grey .button:hover {
    background: #E27575
}
.contact_us_title{font-family:Arial; font-size: 20px; text-align: center; font-weight: bold; padding-bottom: 10px;}

/********************END EMAIL FORM**********************************/