﻿
a.survey-yes
{
    width: 31px;
    height: 14px;
    display: block;
    background-image: url(/images/se/layout/buttons/button-ja.png);
    background-position: 0 0;
    float:left;
text-indent: -9999px;
margin-right:10px;
}

a.survey-yes:hover
{
    background-position: 0 bottom;
}

a.survey-no
{
    width: 60px;
    height: 14px;
    display: block;
    background-image: url(/images/se/layout/buttons/button-nej-tack.png);
    background-position: 0 0;
    text-indent: -9999px;
    float:left;
    margin-right:10px;
}

a.survey-no:hover
{
    background-position: 0 bottom;
}

a.survey-later
{
    width: 88px;
    height: 14px;
    display: block;
    background-image: url(/images/se/layout/buttons/button-ja-men-senare.png) ;
    background-position: 0 0;
    text-indent: -9999px;
    float:left;
    margin-right:10px;
}

a.survey-later:hover
{
    background-position: 0 bottom;
}
