#xtoolbar 
{
    margin-top:10px;
    text-align:center;
}

.tool_button 
{
    border:3px solid grey;
    border-radius: 5px;
	cursor: pointer;
}

.active_tool 
{
    border:3px solid blue !important;
}

.li_desc_small{
	width: 30px;
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: small;
	border-style: solid;

	border-width: 2px;
	border-radius: 4px;
}

.li_name_large {
	width: 200px;
}