.label_aqua13b {
        font-family: Verdana, Helvetica;
        font-size: 13pt;
        color: #0099CC;
        font-weight: bold;
        text-decoration: none;
}
.linkz2b {
        font-family: Verdana, Helvetica;
        font-size: 8pt;
        color: #336699;
        text-decoration: none;
}
.linkz2b:hover {
        font-family: Verdana, Helvetica;
        font-size: 8pt;
        color: #336699;
        text-decoration: underline;
}
.date {
        font-family: Verdana, Helvetica;
        font-size: 8pt;
        color: #336699;
        text-decoration: none;
}

/*kérdõív*/
.inputText_kerdoiv {
        font-family: Verdana, Helvetica;
        font-size: 8pt;
        color: #333333;
        width: 200px;
        height:14px;
        border: 1px solid #448ccb;
        background-color: #FEFEFE;
}   
.inputText_kerdoiv[disabled]  {
        font-family: Verdana, Helvetica;
        font-size: 8pt;
        color: #333333;
        width: 200px;
        height:14px;
        border: 1px solid #666666;
        background-color: #EEEEEE;
}
.inputText_kerdoiv100 {
        font-family: Verdana, Helvetica;
        font-size: 8pt;
        color: #333333;
        width: 100px;
        height:14px;
        border: 1px solid #448ccb;
        background-color: #FEFEFE;
} 
.inputText_kerdoiv50 {
        font-family: Verdana, Helvetica;
        font-size: 8pt;
        color: #333333;
        width: 50px;
        height:14px;
        border: 1px solid #448ccb;
        background-color: #FEFEFE;
}
.inputText_kerdoiv50[disabled]  {
        font-family: Verdana, Helvetica;
        font-size: 8pt;
        color: #333333;
        width: 50px;
        height:14px;
        border: 1px solid #666666;
        background-color: #EEEEEE;
}
.inputTextarea_kerdoiv {
        font-family: Verdana, Helvetica;
        font-size: 8pt;
        color: #333333;
        /*width: 460px;
        height:18px;*/
        border: 1px solid #448ccb;
        background-color: #FEFEFE;
} 
