div.tx-pilmailform-pi1 form
{
   margin-bottom: 50px;
}

div.intro
{
    margin-bottom: 20px;
}

div.iline
{
    margin-bottom: 10px;
}


div.iline label
{
    display: block;
    width: 70px;
    float: left;
}

div.iline_recipient
{
    margin: 0 0 15px;
}

div.iline_recipient label
{
    display: block;
    width: 353px;
    float: left;
}



div.iline input,
div.iline textarea,
div.iline_recipient select
{
    background-color: #eeedec;
    float: left;
}

div.iline_recipient select
{
    width: 185px;
}


div.iline input
{
    width: 183px;
    margin-right: 28px;
}

div.iline textarea
{
    width: 466px;
    height: 70px;
}


div.iline_buttons
{
    width: 538px;
    text-align: right;
}

#contentbox div.iline_buttons input  /* Deklaration mit #contentbox vorne notwendig wg. Angabe in default.css ! */
{
    background: transparent url(../images/btn_bg.gif) left bottom no-repeat;
    width: 68px;
    height: 17px;
    border: 0 none;
    cursor: pointer;
    text-align: right;
    padding-right: 14px;
    font-size: 9px;
}

div.clearer
{
    clear: both;
    height: 1px;
}


/* nur bei Online-Bewerbung: */

#contentbox input#cv
{
    background-color: #eeedec;
    width: 538px; /* wirkt sich leider nur im IE aus, für FF wird der size-Parameter im HTML-Template verwendet */
}

div#subj label
{
    width: 100px;
    font-style: italic;
}

div#subj input
{
    font-style: italic;
    background-color: #fff;
    border: 0 none;
    padding-top: 2px;
}