/* ----- wrapper ----- */
#wrap {
background: url(/images/backgrounds/contact.jpg) no-repeat top left; */
padding-bottom: 50px;
}

/* ----- headings ----- */
#header div {
position: relative;
}
#header div h2 {
text-indent: -4000px;
position: absolute;
top: -7px;
right: 150px;
margin: 0;
padding: 0;
width: 322px;
height: 67px;
background: url(/images/headings/contact.gif) 0 0 no-repeat;
text-decoration: none;
}

form#contact input.field, form#contact textarea.field {
border: 1px solid #ddd;
width: 250px;
background: #edecf5;
font: 11px verdana, sans-serif;
color: #443;
padding: 3px;
margin-bottom: 10px;
outline: none;
}