prefwindow {
	min-width: 320px;
	min-height: 380px;
}

description {
	width: 300px;
}

radio[pane] {
	list-style-image: url("chrome://mediafragments/skin/preferences.png");
}

radio[pane="settings-pane"] {
	-moz-image-region: rect(0px, 32px, 32px, 0px);
}

radio[pane="settings-pane"]:hover,
radio[pane="settings-pane"][selected="true"] {
	-moz-image-region: rect(32px, 32px, 64px, 0px);
}

radio[pane="authors-pane"] {
	-moz-image-region: rect(0px, 64px, 32px, 32px);
}

radio[pane="authors-pane"]:hover,
radio[pane="authors-pane"][selected="true"] {
	-moz-image-region: rect(32px, 64px, 64px, 32px);
}
