.btnRefresh {
	background : url('../img/refresh.png') center center no-repeat;
}

.combo input {
	background : none;
}

.combodriving input {
	background : url('../img/driving.png') left 1px center no-repeat,url('../img/dropdown.gif') right 2px center no-repeat;
}

.comboavailable input {
	background : url('../img/available.png') left 1px center no-repeat,url('../img/dropdown.gif') right 2px center no-repeat;
}

.comboworking input {
	background : url('../img/working.png') left 1px center no-repeat,url('../img/dropdown.gif') right 2px center no-repeat;
}
.comboresting input {
	background : url('../img/resting.png') left 1px center no-repeat,url('../img/dropdown.gif') right 2px center no-repeat;
}
