.ContactForm ::-webkit-input-placeholder {
    text-transform:uppercase;
	color:#000;
}
.ContactForm :-moz-placeholder {
    text-transform:uppercase;
	color:#000;
}
.ContactForm ::-moz-placeholder {
   text-transform:uppercase;
   color:#000;
}
.ContactForm :-ms-input-placeholder {
   text-transform:uppercase;
   color:#000;
}

form {
	margin:0px;
	padding:0px;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	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%;
}



/*   phone  Email   icon   */

.Phone1 {
	color: #444;
	font-size: 24px;
	line-height: 24px;
	 font-family: 'open_sansbold';
}
.Email1 {
	color: #444;
	font-size:16px;
	line-height: 24px;
}
.Email1 a {
	color:#444;
}
.Email1 a:hover {
	color:#38afec;
}

.MapBg  {
	width:100%;
}
.MapBg img, .MapBg iframe {
	width:100%;
}
.MapBg img{
	margin-bottom:-7px;
}

/*   End    */




/*  Contact Wrapper  */
.ContactForm {
	padding:30px 25px 35px 25px;
	background-color:#fff;
	border-top:8px solid #ed9323;
}
.FormCol1 {
	display:inline-block;
	vertical-align:top;
	margin:8px;
	width:31.5%;
}
.FormCol2 {
	display:inline-block;
	vertical-align:top;
	margin:8px;
	width:65%;
}
.FormCol3 {
	display:inline-block;
	vertical-align:top;
	margin:8px;
	width:31%;
}

.ContactForm input {
	background-color:#e9e9e9;
	border:1px solid #e9e9e9;
	box-shadow:none;
	width:91%;
	padding:15px 15px;
}
.ContactForm textarea {
	background-color:#e9e9e9;
	border:1px solid #e9e9e9;
	box-shadow:none;
	width:95.5%;
	padding:15px;
	height:70px;
}
.ContactForm select {
	background-color:#e9e9e9;
	border:1px solid #e9e9e9;
	box-shadow:none;
	width:100%;
	padding:15px;
}
.FormCol1 .SecurityCode{
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
	margin-top:0px;
}
.FormCol1 .Button2{
	margin-top:0px;
	line-height:48px;
}
.SecurityCode input{
	width:160px !important;
	display:inline-block;vertical-align:top;margin-top:0px;padding:13px 15px;
}
.SecurityCode img{
	display:inline-block;vertical-align:top;margin:0px 5px 0px 0px;
}

.PhoneInput input {
	width:240px !important;
}
.ContactForm input[type=radio] {
	width:auto !important;
	float:none !important;
}
/*  End  */
