﻿.button 
{
    height:                 20px;
    padding:                1px 5px;
    margin:                 0px 0px 0px 0px;
	color: #FFF;
	border-spacing: 0;
	cursor: pointer;
}

.button_hover 
{
    height:                 20px;
    padding:                1px 5px;
    margin:                 0px 0px 0px 0px;
   	curor: pointer;
	color: #FFF;
	border-spacing: 0;
}

td.knoptekst
{
    font-size:              12px;
    text-align:             center;
    display:                block;
    padding:                3px 8px 3px 5px;
    margin:                 0px 0px 0px 0px;
	background: url('../../_images/button-right.png') no-repeat right top;
}

td.knoptekst a
{
    font-size:              12px;
    text-align:             center;
    display:                inline;
    padding:                0px 5px 0px 5px;
    margin:                 0px 0px 0px 0px;
    font-weight:            normal;
	color: #FFF;
	text-decoration: none;
}


td.image
{
    width:					16px;
    height:					16px;
    text-align:				center;
    vertical-align:			middle;
    padding:                0 4px;
    margin:                 0px 0px 0px 0px;
	background: url('../../_images/button-left.png') no-repeat left top;
}
