﻿.iconButton{
    cursor: pointer;
}
.iconButton_disabled{
    cursor: not-allowed;
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
    /*background-color: #000;*/

}
.icon20{
    width: 20px;
}
.icon32{
    width: 32px;
}



