input, textarea, select
{
    width:240px;
    font-size:11px;
    padding:2px;
    border:1px solid #ADADAD;
    background-color:#EBEFF2;
    font-family:Arial;
    font-weight:normal;
}

input.gerade, textarea.gerade, select.gerade
{
    background-color:#F4F5F5;
}

select
{
    padding:0px;
}

input.button
{
    width:125px;
    font-weight:bold;
    background-color:#D5D5D5;
    border:1px solid #A2A2A2;
    
}

textarea{
height:130px;
width:490px;

}