
#panel {
	min-width: 600px;
}

#panelmenu {
	font-size: 75%;
	top: 43px;
}

#linksmenu {
	font-size: 70%;
}

#indicators {
	top: 65px;
}

#busyindication {
	top: 69px;
}

#keybuttons {
	width: 597px;
	color: black;
}

#keybuttons {
	top: 364px;
}

.keybutton {
	height: 34px;
    width: 34px;
	margin: 2px 2px;
	font-size: 74%;
}

#prevcmd, #nextcmd {
	width: 100px;
}

#tab, #del {
	width: 67px;
}

#sendkey, #bkspckey {
    width: 86px;
}

#openshortcuts {
	width: 176px;
}

#asterisk, #slash, #dash, #homekey, #leftkey, #upkey, #downkey, #endkey, #rightkey, #pgupkey, #pgdnkey {
	width: 56px;
}

#asterisk, #dash, #leftkey, #upkey, #downkey, #rightkey {
	font-size: 100%;
}

#spacekey {
    width: 148px;
}

#buttons {
	width: 480px;
	left: 60px;		/* (600 - 3 * (150 + 10)) / 2 */
}

#buttons .actionButton {
    font-size: 80%;
    width: 150px;
    height: 40px;
}


#shortcuts .windowcontent {
	width: 575px;
    padding: 10px;
}

#shortcuts .targetbutton, #shortcuts .reorderbutton {
	width: 120px;
}

.shortcuttitle {
	width: 110px;
}

.shortcutcommand {
	width: 180px;
}

#supportInfo .windowcontent {
	width: 575px;
}

