#message { margin: 0 270px 20px 0; }
#request fieldset { padding: 5px 10px; }

#request table { border-collapse: collapse; width: 100%; }
#request table td { vertical-align: top; margin: 0; padding: 4px 0; }
#request table td label { line-height: 20px; margin: 0; padding: 0; }

#request colgroup.col1 { width: 10%; }
#request colgroup.col2 { width: 50%; padding-right: 20px; }
#request colgroup.col3 { width: 10%; }
#request colgroup.col4 { width: 30%; }

#request input[type="text"] { width: 90%; margin: 0; }
#request select { width: 100%; margin: 0; }
#request textarea { width: 99%; height: 250px; margin: 0; }

.select_border {
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#request table #message_field td {
  padding-top: 10px;
}

#request .buttons { margin: 0; padding: 10px; text-align: right; }
#request .buttons input { float: none; width: 100px; }

