#box1 {
position: relative;
width: 385px;
float:left;
}

#box2 {
position: relative;
width: 385px;
float:left;
}

#form {
position: relative;
width: 600px;
height: 310px;
background: url('images/proj_bg.jpg') no-repeat;
}

#formpad {
padding: 30px 60px 0px 60px;
text-align:left;
}

#formpad input {
width: 480px;
margin-bottom: 3px;
}

#formpad textarea {
width: 480px;
height: 60px;
margin-bottom: 3px;
}
