form {
	margin:0px;
	padding:0px;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	border:1px solid #c4c4c4;
	background-color:#fff;
	padding:7px;
	
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}
input[type=text],
input[type=password] {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	border:1px solid #c4c4c4;
	background-color:#fff;
	padding:7px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="text"],
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding:7px;
    background: #fff;
    border: 1px solid #c4c4c4;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.Width {
	width:92%;
}
.Width17 {
	width:17%;
}
.Width33 {
	width:33%;
}

/*   phone  Email   icon   */

.Phone1 {
	background:url(https://cdn9.bigcommerce.com/s-hrmexo41/templates/__custom/Styles/images/icon/phone-icon.png) no-repeat left center;
	color:#fff;
	font-size:22px;
	line-height:24px;
    font-family: 'LubalGraphBdBTBold';
}
.Phone1 a {
	color:#fff;
	padding-left:28px;
}
.Phone1 a:hover {
	color:#f16525;
}
.Email1 {
	background:url(https://cdn9.bigcommerce.com/s-hrmexo41/templates/__custom/Styles/images/icon/email-icon.png) no-repeat left center;
	color:#fff;
	font-size:14px;
	line-height:20px;
}
.Email1 a {
	color:#fff;
	padding-left:28px;
}
.Email1 a:hover {
	color:#f16525;
}

.MapBg  {
	margin-bottom:15px;
}
.MapBg img, .MapBg iframe {
	padding:2%;
	width:96%;
	background-color:#fff;
}

/*   End    */




/*  Contact Wrapper  */

.ContactForm {
	 width:94%;
	 margin:0 auto;
	 color:#000;
	 padding-top:10px;
	 padding-bottom:20px;
}
.ContactForm p{
	text-align:center;
	font-size:22px;
	line-height:30px;
	margin-bottom:30px;
}
.ContactFormLeft {
	float:left;
	width:49%;
}
.ContactFormRight {
	float:right;
	width:49%;
}
.ContactForm input{
	width:90%;
	padding:15px;
	background-color:#fff;
	border:1px solid #bcbcbc;
	border-radius: 0px;
	box-shadow:none;
	margin-bottom:20px;
}
.ContactForm textarea {
	width:90%;
	padding:15px;
	background-color:#fff;
	border:1px solid #bcbcbc;
	border-radius: 0px;
	box-shadow:none;
	margin-bottom:20px;
	resize:none;
}
.ContactForm select {
	width:100%;
	padding:2% 2%;
	margin-bottom:20px;
}

.SecurityCode input{
	float:left;
	width:230px !important;
	padding:12px;
	margin-bottom:2px !important;
}

.SecurityCode img{
	float:left;
	margin-right:7px;
}
.PhoneInput input {
	width:240px !important;
}
.ContactForm input[type=radio] {
	width:auto !important;
	float:none !important;
}

/*  End  */