body {
	background-image: url('http://geodesy.ru/books/img/bg.jpg'); 
	background-repeat: repeat-x;
	background-color: #FBFBFB
}

.command {
	text-decoration: none;
	border-bottom: 1px dashed;
	color: blue;
	cursor: pointer
}

label {
	font-size: 0.7em;
}
.ui-selecting { background: #FECA40; }
.ui-selected { background: #F39814; color: white; } 
.ui-selectee { cursor: pointer }

.buttonsMenu {
	border: 1px solid #d8d8d8; 
	padding: 7px; 
	margin: 2px 0;
	background-image: url('http://geodesy.ru/books/img/commandbg.gif');
	background-repeat: repeat-x;
	background-color: #f3f1f1
}