body {
  background: #fff;
  color: #000;
  line-height: 14px;
  width: 500px;
  margin: 0;
  padding: 0px 0px;
  font: 12px Arial;
}

a:link, a:visited {
  color: #999;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

#right-col, #leftnav-col, #nav-bar, .return-to-previous, .watermark, 
#sfWebDebug, #quote, img, .social-feeds, object, #header img, #header-holder {
  display: none;
}

img.bw-logo {
  display: inline;
  width: 378px;
  height: 95px;
  border: 0;  
  text-indent: 0;
  position: absolute;
  top: -105px;
  left: 0px;
}

#container {
	position: absolute;
	top: 120px;
}

#content {
  clear: left;
}

.content_block h1 {
  font: 20px Arial;
  line-height: 24px;
  text-transform: uppercase;
}

form input, form textarea, form select {
  border: 1px solid #909090;
  display: inline;
}
form .field input {
  width: 200px;
  padding: 1px 2px; 
  margin-bottom: 3px;
}
form .field2 input {
  width: 80px;
  padding: 1px 4px; 
  margin-bottom: 3px;
}
form .hidden {
  display: none;
}

label {
  width: 125px;
  float: left;
  text-align: right;
  margin-right: .5em;
  display: block;
}

form div.radios input { 
  display:inline;
  padding: 1px 2px;
  margin:0 0 3px 5px;
}

form select {
  padding: 1px 2px; 
  margin-bottom: 3px;
}

form textarea {
  width: 300px;
  height: 75px;
}

form div.checkboxes {
  width: 400px;
}

#footer { clear: both; margin-top: 15px; }