#settings_button {
	width: 119px;
	background: url(../img/widget/settings_button.png) no-repeat;
}

#settings_button.disabled {
	cursor: default;
	background: url(../img/widget/settings_button_disabled.png) no-repeat;
}

#test_button {
	width: 117px;
	background: url(../img/widget/testmic_button.png) no-repeat;
}

a.cancel_button {
	background: url(../img/widget/cancel_button.png) no-repeat;
}

a.call_button {
	background: url(../img/widget/call_button.png) no-repeat;
}

a.disconnect_button {
	background: url(../img/widget/disconnect_button.png) no-repeat;
}

a.grey_cancel_button {
	display: block;
	width: 66px;
	height: 24px;
	background: url(../img/widget/grey_cancel_button.png) no-repeat;
}