#space {
position: relative;
height: 30px;
}

#contato {
position: relative;
width: 630px;
height: 280px;
background: url('images/gray_bg.jpg') no-repeat;
float: right;
}

#pad {
padding: 40px;
}

#contato input{
width: 204px;
}

#contato textarea{
width: 204px;
height: 90px;
font: 10px Verdana, Arial, sans-serif;
background: #ffffff;
color: #000000;
border: 0px;
}
