form input, form textarea, form select {
  border: 1px solid #8B8B8B;
  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: 400px;
  height: 75px;
}

form div.checkboxes {
  width: 400px;
}

form .submit {
  float: right;
  padding-right: 100px;
  width: 112px;
  padding-bottom: 20px;  
}

form p a {
  color: #185e93;
  text-decoration: none;
}

form p a:hover {
  text-decoration: underline;
}

form table.table2 td {
  vertical-align: middle;
  height: 14px;
  padding: 0px 5px 10px 10px;
}

.checkbox-group {
  width: 350px;
  margin-left: 10px;
  margin-bottom: 14px;
  display: inline;
  float: left;
  clear: none;
  line-height: 20px;
}

.checkbox-group input[type="checkbox"] {
  float: left;
  clear: left;
  display: inline;
  width: auto;
  margin-top: 5px;
  margin-right: 10px;
  border: 0;
}
* html .checkbox-group input[type="checkbox"] { margin-top: 0; }
*+html .checkbox-group input[type="checkbox"] { margin-top: 0; }

.checkbox-group label {
  width: 300px;
  float: left;
  display: inline;
  clear: none;
  text-align: left;
}

#error-block {
  padding-bottom: 15px;
}

#error-block h2, #error-block p, #error-block li {
  color: #990000;
  font-weight: normal;
}

#error-block ul {
  padding-left: 50px;
}

#press-search {
  width: 190px;
  height: 50px;
  padding-bottom: 10px;
  background: #fff url("/images/pressroom-search-bckgrnd.jpg") no-repeat;
  position: relative;
}

#search {
  color: #666;
  width: 110px;
  height: 16px;
  padding: 1px 0 0 5px;
}

/** IE6 not displaying input field - the field within an absolutely positioned box seemed to be the culprit.*/
#press-search form {
  height: 50px;
  width: 190px;
}
#search_block {
  display: block;
  position: relative;
  top: 16px;
  left: 20px;
  width: 115px;
  height: 18px;
}

#press-search span.submit input {
  position: absolute;
  height: 17px;
  top: 17px;
  left: 140px;
  border: 0;
  font-size: 12px;
}

#press-filter {
  width: 190px;
  height: 50px;
  padding-bottom: 10px;
  background: #fff url("/images/pressroom-filter-bckgrnd.jpg") no-repeat;
  position: relative;
}

#press-filter .filter {
  position: absolute;
  left: 20px;
  top: 14px;
}

#press-filter select {
  width: 150px;
  height: 20px;  
  border: 1px solid #aaaaaa;
  background-color: #fff;
  color: #666;
  font-size: 11px;
}
