input[type="text"],
input[type="search"],
input[type="password"],
.inputdate-box,
textarea, select {
}
input.error {
	border-color: #f04c63;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none!important;
	text-overflow: '';
	min-width: 170px;
	height: 27px;
}     
select::-ms-expand {
	display: none;
}

input[type="text"] + span {
	margin: 0 7px;
	font-size: 14px;
}
input[type="text"][disabled] {
    background-color: #ececec;
    color: #ccc;
}
input[type="text"][disabled] + span {
	opacity: 0.5;
}
input[type="text"].price-input {
	width: 110px;
}

.input-overlay {
	position: relative;
}
.input-overlay > span {
	color: #b9b9b9;
	font-size: 14px;
	left: 11px;
	pointer-events: none;
	position: absolute;
	top: 7px;
}
.input-overlay > input[type="text"] {
	padding-left: 190px;
	width: 100%;
}