form#employee_form {
  float: left;
  width: 545px;
  height: 147px;
  margin: 8px 0 0;
  padding: 21px 18px 62px 0;
  background: url(../images/employee_form_bg.jpg) no-repeat; 
}
form#employee_form .form_row {
  float: left;
  width: 545px;
  padding: 0 0 12px;
}

form#employee_form label {
  font: 18px/24px Georgia, "Times New Roman", Times, serif;
  color: #55636e;
  float: left;
  width: 143px;
  text-align: right;
  padding: 0 18px 0 0;
}
form#employee_form input.text {
  font: 18px Georgia, "Times New Roman", Times, serif;
  color: #55636e;
  background: url(../images/contact_us_input.png) no-repeat;
  border: 0; 
  width: 378px;
  height: 27px;
  padding: 3px 3px 0;
  float: left;
}

form#employee_form a#login_link {
	display: block;
	float: right;
    background: url(../images/login.jpg) no-repeat;
    width: 134px;
    margin: 5px 0 0;
    height: 34px;
	text-indent: -9999px;
}

form#employee_form a#login_link:hover {
	background-position: 0 -34px;
}

form#employee_form input.error { background-position: 0 -30px; }

ul.pdf_list {
  float: left;
  background: url(../images/pdf_list.png) 8px 3px no-repeat;
  padding: 0 0 0 93px;
  margin: 4px 0 0; 
  min-height: 90px;
}
ul.pdf_list li {
  float: left;
  width: 250px;
  background: url(../images/pdf_list_li.png) 0 11px no-repeat;
  padding: 0 0 0 12px; 
}
ul.pdf_list li p {
  padding-bottom: 8px;
}