/* FORM ELEMENTS */

#fyll_container
{
    height: 240px;
    width: 276px;
    background: url(../images/layout/fylling_bg.gif) no-repeat top left;
    padding: 12px 0 0 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px
}

#fyll_container_k
{
    height: 260px;
    width: 276px;
    background: url(../images/layout/fylling_k_bg.gif) no-repeat top left;
    padding: 12px 0 0 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px
}

form
{
    margin: 0;
    padding: 0;
}

label
{
    font-weight: bold;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
}

input, select
{
    font-family: Arial, Helvetica, sans-serif; /* Needs to be set for some browsers, to prevent other default font from being used */
}

input.box, input.halfbox
{
    font-size: 1em;
}

.lame
{
    padding:0;
    margin-top:4px;
}

.except
{
    line-height:14px;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

input.button, button
{
    font-weight: normal;
    color: #000000;
    background-color: #e0e0e0;
    padding: 0 0.25em 0 0.25em;
    border: 2px solid;
    border-color: #f0f0f0 #808080 #808080 #f0f0f0;
}

input.box, textarea.box
{
    width: 100%;
}

input.halfbox, textarea.halfbox
{
    width: 48%;
    margin-top:4px;
}

input.info
{
    margin:4px 0 0 4px;
}

.input_1
{
    margin:4px 0 0 4px;
}

.submit_button{
    margin:10px 0 0 0
}

.submit_button_2{
    margin:2px 0 0 216px
}

.submit_button_3{
    margin:10px 0 10px 0
}

.submit_button_4{
    margin:6px 0 4px 0
}
