/* CSS Document */

form#offerte {
background: #d0dbbd;
padding:5px;
border:1px #0B2B23;
line-height: 30px;
}

form#offerte table {
width:500px;
border:none;
padding:0px;
}

form#offerte table td {
padding:0px;
border:0px;
}


form#offerte fieldset {
}

form#offerte legend {
font-size: 120%;
font-weight: bold;
color:#0B2B23;
margin-top:5px;
}

form#offerte .h1 {
font-family: Georgia, serif;
color:#85240D;
font-style: italic;
font-size: 170%;
margin-bottom:10px;
}

form#offerte label {
text-align: right;
margin-right: 10px;
}

form#offerte textarea {
background: #fffff0;
font-family: Verdana, Verdana, Geneva, sans-serif;
font-size: 12px;
line-height:140%;
outline: none;
padding: 5px;
}

form#offerte button {
background-color:#E99682;
}

form#offerte button:hover {
background-color: #85240d;
}
