form div.input_container
{
    height:20px;
    margin-left:27px;
}

form div.label
{
    float:left;
    width:150px;
    color:#adadad;
}

form div.input
{
    float:left;
    width:280px;
} 

form input.text
{
    width:460px;
    border:1px solid #adadad;
    background-color:white;
}

form input.text2
{
    width:260px;
    border:1px solid #adadad;
    background-color:white;
}

form input.pflicht
{
    background-color:#d5c8c8;
}

form textarea.textarea
{
    width:460px;
    height:140px;
    border:1px solid #adadad;
    background-color:white;
}

form textarea.textarea2
{
    width:260px;
    height:140px;
    border:1px solid #adadad;
    background-color:white;
}

form input.submit
{
    color:#333;
    font-size:10px;
    width:150px;
    border:1px solid #adadad;
    background-color:white;
    margin-left:0px;
    font-weight:bold;
    padding-left:10px;    
    padding-bottom:1px;
    padding-top:1px;    
    cursor:pointer;
}    
    