legend
{
    color: black;
}

.small_button
{
    display: block;
    width: 110px;
    height: 24px;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0 0 0;
    margin: 0 auto;
    border: none;
    text-align: center;
    background-image: url("../img/small_button.png");
    background-repeat: no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    line-height: 13px;
}

.small_long_button
{
    display: block;
    width: 240px;
    height: 24px;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0 0 0;
    margin: 0 auto;
    border: none;
    text-align: center;
    background-image: url("../img/small_long_button.png");
    background-repeat: no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    line-height: 13px;
}

.small_long2_button
{
    display: block;
    width: 169px;
    height: 24px;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0 0 0;
    margin: 0 auto;
    border: none;
    text-align: center;
    vertical-align: middle;
    background-image: url("../img/small_long2_button.png");
    background-repeat: no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    line-height: 13px;
}

.big_button
{
    display: block;
    width: 270px;
    height: 34px;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0 0 0;
    margin: 0 auto;
    border: none;
    text-align: center;
    background-image: url("../img/big_button.png");
    background-repeat: no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    line-height: 16px;
}

.skryto
{
    display: none;
}

.of_table
{
    font-family: Verdana, Helvetica;
    font-size: 11px;
    float: none;
}

.of_div
{
    width: 100%;
    float: none;
}

.of_divj
{
    width: 100%;
    float: none;
    text-align: justify;
}

.required_value
{
    font-weight: bold;
    color: #CC0000;
    font-size: 16px;
    cursor: default;
}

#hintbox
{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
color: black;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
/*border-right: 3px solid black;*/
/*border-bottom: 3px solid black;*/
visibility: hidden;
text-align: left;
}
