
form {
	margin:0px;
	padding:0px;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input,
select,
textarea  {
	font-family: 'latoregular';
	font-size:14px;
	line-height:24px;
	color:#fff;
	border:1px solid #4c4c4c;
	background-color:transparent;
	padding:11.5px 12px;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width:100%;
	box-sizing:border-box;
	box-shadow:none;
}
.SupportFormWrapper .SupportForm input,
.SupportFormWrapper .SupportForm select,
.SupportFormWrapper .SupportForm textarea  {
	font-family: 'latoregular';
	font-size:14px;
	line-height:24px;
	color:#888888;
	border:0px solid #4c4c4c;
	background-color:#fff;
	padding:11.5px 12px;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width:100%;
	box-sizing:border-box;
	box-shadow:none;
}
.SupportFormWrapper .SupportForm select {
	color: #888888;
   font-family: 'Conv_ufonts.com_gotham_book';
   font-size:13px;
   line-height:24px;
   text-transform: uppercase;
}
.SupportFormWrapper .SupportForm select option {
	text-transform: uppercase;
	color: #888888;
}
#ReqAFreeConsultation input,
#ReqAFreeConsultation select,
#ReqAFreeConsultation textarea {
	color: #888888;
	background-color: #fff;
}
#ReqAFreeConsultation select {
	text-transform: uppercase;
   	font-family: 'Conv_ufonts.com_gotham_book';
   	font-size:13px;
   	line-height:24px;
}
.ContactFormWrapper  textarea {
	height: 130px !important;
	resize: none;
}
.FooterWrap .Email input {
	font-family: 'Conv_ufonts.com_gotham_book';
	font-size: 13px;
	line-height: 23px;
	background-color: transparent;
	border:1px solid #4c4c4c;
	border-radius: 0px;
	padding: 12.5px 12px;
}
select {
	background: url(../images/icons/dropdown.png) no-repeat;
	background-position: 96% 25px;
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;
	height:50px;
}
select option {
	color: #000;
}

input[type=file]{
	padding: 0px;
    border: 0px;
    /*width: 38%;*/
    display: inline-block;
    vertical-align: middle;
    line-height: normal;	
}