#container {
  background:#fff url("images/phone.jpg") right 210px no-repeat;
}

#content .col.third {
  width:18%;
  margin-left:1%;
}

#content input, 
#content textarea {
  background:#f0f0f0;
  border:solid 1px #d9d9d9;
  border-bottom-color:#e1e1e1;
  border-right-color:#e1e1e1;
  padding:5px 0px;
  width:120px;
}

#content input[type=submit] {
  background:#00bdec;
  color:#fff;
  width:80px;
  padding:7px;
  border:0px;
  margin-top:8px;
}

#content textarea {
  width:280px;
}

#content .input_block {
  float:left;
  width:132px;
  margin-bottom:4px;
}

#content .col.second h2 {
  padding-top:6px;
  padding-bottom:6px;
}