/*-------------------------------------------------
    BUTTONS
-------------------------------------------------*/
.toolInactive {
	width: 33px;
	height: 29px;
	cursor: pointer;
	margin-bottom: 5px;
}

#AnnotationToolbarButton.toolInactive,
#AnnotationToolbarButton.toolActive{
	height: 33px;
	width: 37px;
}

#ServiceToolsPopupButton.toolInactive,
#ServiceToolsPopupButton.toolActive{
	height: 33px;
}

.toolActive {
	width: 33px;
	height: 29px;
	margin-bottom: 5px;
}

.lastTool {
	padding-bottom: 0;
}

.dj_ie .toolInactive {
	margin-bottom: 5px;
}

.dj_ie .toolActive {
	margin-bottom: 5px;
}

.dj_ie .lastTool {
	margin-bottom: 0px;
}