﻿/* erstes panel in einer zeile des kontakt-formulares */
div.p1 input, div.p2 input
{
    width:180px;
}

.InputLong
{
    width:458px;
}


#contactForm textarea
{
    height:150px;
    width:460px;
}


.p1
{
    width:49%;
    text-align:right;
    float:left;
}
/* zweites panel in einer zeile des kontakt-formulares */
.p2
{
    margin-left:49%;
    width:49%;
    text-align:right;
}
.p0
{
    width:98%;
    text-align:right;
}

#PanelLine5 .p1
{
    float:none;
}
#PanelLine6
{
    clear:left;
}
#PanelLine7
{
    vertical-align:top;
}

#PanelLine8
{
    text-align:center;
}

.ContactPanelLine
{
/*    padding-top:3px;
    padding-bottom:3px;*/
    margin-top:3px;
    margin-bottom:3px;
}
