/*safari specific styles*/
.pt form.vin-search {
	width: 600px;
}

.de form.vin-search {
	width: 650px;
}

@media screen and (max-width: 540px){
	
.pt form#VINIdentification,
.de form#VINIdentification  {

    width: auto;
}
}