form{
}

optgroup
{
    background:yellow;
}
option {
    background:white;
}

select {
    width:200px;
}

form span {
    font-size:14px;
}
form span.capt {
    display:inline-block;
    width:90px;
}

select[name=erwachsene],
select[name=kinder]
{
    width:60px;
}


input[name=vorname]         { width: 120px;}
input[name=familienname]    { width: 300px;}
input[name=nation]          { width: 40px;}
input[name=plz]             { width: 62px;}
input[name=stadt]           { width: 300px;}
input[name=email]           { width: 436px;}

input[name=anzahl]           { width: 40px;}
select[name=zimmerwunsch]   { width: 390px;}


textarea {
    width:100%;
    height:100px;
}

span.error
{
    display:none;
    background:white;
    color:red;
    font-size:15px;
    padding:10px;
}

.validate {
    background:yellow!important;
}

span.uebernachtungen
{
    margin-left:10px;
}