
div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  font-size: 12px;
  font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; 
  }

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

div#split {
	width: 350px; 
	background-color: #666; 
	border: 1px solid #333; 
	padding: 0px; 
	margin: 0px auto;
	}

div.row {
	clear: right;
	padding-top: 5px;
	}

.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

div.container {
  border: 2px dashed #333;
  background-color: #fff;
  }


div.float {
  width: 120px;
  padding: 10px;
  float: left;
  }

div.float img {
  margin-left: 5px;
  }

div.float p {
  font-size: 9px;
  text-align: center;
  }


abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }

li.inline {
  display: inline;
  padding-left: 3px;
  padding-right: 7px;
  border-right: 1px dotted #066;
  }

li.last {
  display: inline;
  padding-left: 3px;
  padding-right: 3px;
  border-right: 0px;
  } 

p.credit {
  font-size: 9px;
  color: #333;
  text-align: right;
  }

