/* 
    Document   : ankiety
    Created on : 2010-08-23, 14:50:42
    Author     : Mirek Sabiniewicz, Tomasz Glowinski
    Description:

        Style dla ankiet.
*/

div.ankieta_box
{
    width: auto !important;
    height: auto !important;
    border: none !important;
    background: none !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

iframe.ankieta_box
{ display: block !important }

.ankieta_next
{
    height:15px;
    width:17px;
    background: transparent url('../../images/portal/calendar.png') no-repeat scroll 5px -25px;
    cursor: pointer;
}
.ankieta_next:hover
{
    height:15px;
    width:17px;
    background: transparent url('../../images/portal/calendar.png') no-repeat scroll 5px -40px;
}

.ankieta_prev
{
    height:15px;
    width:17px;
    background: transparent url('../../images/portal/calendar.png') no-repeat scroll 5px 5px;
    cursor: pointer;
}

.ankieta_prev:hover
{
    height:15px;
    width:17px;
    background: transparent url('../../images/portal/calendar.png') no-repeat scroll 5px -10px;
}

.ankieta_prev a, .ankieta_next a
{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 0px;
}

.odpowiedz input[type="text"], input[type="text"]#newsletter_users_email {
    width: 198px
}
