﻿.button 
{
    border:                 solid 2px #004679;
    /* background-image:       url(../../_images/bg_button.png); */
    height:                 20px;
    padding:                0px 10px 0px 10px;
    margin:                 0px 0px 0px 0px;
    cursor:					hand;
}

.button_hover 
{
    border:                 solid 2px #004679;
    /* background-image:       url(../../_images/bg_button_h.png);*/ 
    color:                  #004679;                 
    height:                 20px;
    padding:                0px 10px 0px 10px;
    margin:                 0px 0px 0px 0px;
    cursor:					hand;
}

td.knoptekst
{
    font-family:            Arial, Tahoma, Sans-Serif;
    font-size:              12px;
    text-align:             center;
    display:                inline;
    padding:                0px 10px 0px 10px;
    margin:                 0px 0px 0px 0px;
}

td.image
{
    width:					16px;
    height:					16px;
    text-align:				center;
    vertical-align:			middle;
    padding:                0px 0px 0px 0px;
    margin:                 0px 0px 0px 0px;
}
