
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  {
	color: #444;
   font-size:15px;
   line-height:25px;
	border:1px solid #dadada !important;
	background-color:transparent;
	padding:14px 12px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:100%;
	box-sizing:border-box;
	box-shadow:none;
}
select {
	background: url(../images/firefox_tweak.png) no-repeat #fff;
	background-position: 96% 25px;
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none;
	  height:54px;
}

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