﻿/* states and images */
.ui-icon2 {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;

    width: 16px;
    height: 16px;
    background-image: url(images/ui-icons_ffffff_256x240.png);

    float:left;
}
