DIV.iButton
{
    height: 30px;
    width: 70px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    line-height: 28px;
	BACKGROUND: url(../images/button.png) left top no-repeat;
    FONT-FAMILY: Helvetica;
    font-size: 12pt;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
DIV.iButtonBack
{
    height: 35px;
    width: 75px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    line-height: 28px;
	BACKGROUND: url(../images/backButton.png) left top no-repeat;
    FONT-FAMILY: Helvetica;
    font-size: 11pt;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
DIV.iButtonMenu
{
    height: 35px;
    width: 35px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    line-height: 28px;
    FONT-FAMILY: Helvetica;
    font-size: 12pt;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
DIV.iButtonList
{
    height: 40px;
    width: 200px;
    font-weight: bold;
    text-align: center;
    color: black;
    line-height: 40px;
	BACKGROUND: url(../images/listbutton.png) left top no-repeat;
    FONT-FAMILY: Helvetica;
    font-size: 12pt;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}