﻿/* START IE-9 fix*/


.mc-marti-referencesoverviewWp-searchfield,
.mc-marti-locationslistWp-searchfield {
	width: 310px !important;
    overflow: hidden;
	
    border: 1px solid #dddddd;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}
.mc-marti-referencesoverviewWp-searchfield input:not([type=submit]),
.mc-marti-referencesoverviewWp-searchfield select,
.mc-marti-locationslistWp-searchfield input:not([type=submit]), 
.mc-marti-locationslistWp-searchfield select {
	width: 320px;
	border: 0;
}
.mc-marti-referencesoverviewWp-searchfield select,
.mc-marti-locationslistWp-searchfield select 
{
    background-position: 90% center;
    padding-right:  0;
}
/* END IE-9 fix*/