form#contact {
margin:0;
}

form#contact fieldset {
width:500px;
display:block;
line-height:1.5em;
border:0;
padding:5px;
}

form#contact fieldset#person,#textfeld {
color:#000;
margin:15px 0;
padding-bottom:20px;
}

form#contact fieldset#opt {
font-size:.75em;
color:#000;
margin:15px 0 0 5px;
}

form#contact legend {
border:0;
}

form#contact label {
clear:left;
display:block;
float:left;
width:100px;
text-align:left;
font-style:normal;
margin-top:5px;
}

form#contact input {
border:1px solid #ccc;
background:#fff;
padding-left:0.5em;
margin-top:10px;
}

input#city {
width:79px;
}

form#contact fieldset#person input:hover { background:#efefef; border:1px dotted #ccc; color:#000;}
form#contact fieldset#person input:focus {background:#fff; border:1px solid #999; color:#000;}

form#contact select {
width:130px;
margin-top:8px;
font-size:0.7em;
background:#fff;
}

form#contact textarea {
background:#fff;
border:1px solid #ccc;
height:100px;
overflow:auto;
width:310px;
}

form#contact textarea:hover { background:#efefef; border:1px dotted #000; color:#000;}
form#contact textarea:focus {background:#fff; border:1px solid #000; color:#000;}

/*
form#contact #button1 {
font-size:14px;
border:1px solid #ccc;
color:#000;
cursor:pointer;
margin:15px 0 0 5px;
}

form#contact #button1:hover {
}
*/

form#contact p.mandatory {
margin:10px 0 0 0;
}

p.left {
float:left;
margin:0 0 8px 0;
padding:0;
}

#contact_receiver3 {
margin-left:100px;
}
