.imageButton
{
    float:left;
    white-space:nowrap;
    padding:5px 0 0 0;
    cursor:pointer;
    overflow:hidden;
}


.imageButton:focus > span
{
    color:#06c;
    font-weight:bold;
}


.imageButton > span
{
	margin:2px 5px 0px 0px;
	/* cursor:pointer; */
    vertical-align: calc(-1px);
	white-space:nowrap;
}

.imageButton:hover
{
	color:#000;
}

.imageButton > img
{
	margin-right:5px;
	/* cursor:pointer; */
    vertical-align:middle;
}

.imageButton > img:last-child
{
}

.imageButton[disabled="disabled"]
{
    color:#ccc;
}

.twoState
{
}
.twoState span{
    font-weight:bold;
}