/* CSS Document */

/* ---  Forms  --- */
div.row {
  clear: both;
  padding-top:10px;
  width:500px;
  }

div.row span.label {
  float: left;
  width: 320px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 150px;
  text-align: left;
  padding-top:10px
  } 
  
.request_form {
	margin:12em auto; 
	width:80%; 
	text-align:center; 
	background:#ebebeb; 
	border:#666 solid 2px;
	padding:3em 0
	}