.div_button,
div.div_button {
	display: inline; padding: 5px; background: inherit; margin: 3px 3px 3px 0px;
	color: #000; font-size: 10px; line-height: 25px;
	/*border-top: 1px solid #aaa; border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa; border-left: 1px solid #aaa;*/
	border: 1px solid #eee;
	white-space: nowrap;  }
.div_button:hover,
div.div_button:hover { background: #eee; border: 1px solid #000; }
.div_button img,
div.div_button img { vertical-align: top; border: 0px; padding-top: 4px; }
/*div.div_button a { text-decoration: none; color: #000; }*/

.round_button_container {
	/*float: left; display: inline;*/ margin: 2px; padding: 1px; white-space: nowrap;
	color: #000; /*background: #aaa;*/ font-size: 10px; cursor: default; text-align: center;
}
.round_button { padding: 3px; margin: 1px; background: #eee; border: 1px solid #aaa;
	white-space: nowrap; z-index: 10; display: inline; }
div.round_button:hover { background: #fff; z-index: 10; cursor: default; }
.round_button img { vertical-align: middle; border: 0px; }
div.button_bar { /*white-space: nowrap;*/ height: 2.2em; line-height: 2.2em; }

.bg_lightgray .round_button { background-color: #fff; }
.bg_lightgray div.round_button:hover { border-color: #000; }

