label{
  display: block;
  font-weight:bold;
}

.left_column{
  width: 200px;
  float:left;
  margin-right: 20px;
}
.left_column p{
  font-size:11px;
  color: #444;
  margin-bottom:.75;
}
.right_column{
  background:transparent url(/img/vertical_dotted_gray.png) repeat-y scroll 0 0;
  padding-left: 30px;
  width: 350px;
  float:left;
}
