#register-form p { 
  clear: both;
  margin: 0 0 15px 0;
}
#register-form p:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#register-form p { display: inline-table; }
/* Hides from IE-mac \*/
* html #register-form p { height: 1%; }
#register-form p { display: block; }
/* End hide from IE-mac */

#register-form label {
  display: block;
  float: left;
  width: 100px;
  text-align: right;
  margin-right: 7px;
}

#register-form p.check{
padding-left:107px;
}
label.check {
padding-top:2px;
  display: block;
  float: left;
  width: 250px !important;
  text-align: left !important;
  margin-right: 7px;
}

label.check-wider {
padding-top:2px;
  display: block;
  float: left;
  width: 300px;
  text-align: left;
  margin-right: 7px;
}

#register-form select {
  display: block;
  float: left;
  width: auto;
  font-size: 1em;
}
#register-form textarea {
  display: block;
  float: left;
  width: 270px;
  font-family: verdana;
}
#register-form input.next-stage {
  display: inline;
  float: none;
  width: auto;
}

#register-finished-list ul {
  margin-left: -10px;
}
#register-finished-list li {
  display: inline;
  list-style-type: none;
  padding-left: 40px;
}

.print-leftcolumn {
  float: left;
  width: 180px;
}
.print-rightcolumn {
  float: left;
  width: 405px;
}

#search {
  width: 458px;
  w\idth: 440px;
  border: 1px solid #bfc9cc;
  padding: 8px;
  background: url(/images/grad_bg.gif) repeat-x;
}
#search #search-left,
#search #search-right {
  float: left;
  width: 220px;
}
#search p {
  margin: 10px 0;
}
#search label {
  float: left;
  width: 60px;
  padding-top: 3px;
}
#search select {
  font-size: 0.8em;
  width: 140px;
}
#search input.text {
  font-size: 0.8em;
  width: 134px;
}
#search div.clear {
  clear: both;
}
#search #search-go {
  margin: 0 17px 0 0;
  text-align: right;
}
#search-results {
  margin-top: 10px;
  width: 458px;
  border: 1px solid #bfc9cc;
}
#search-results thead td {
  font-weight: bold;
  color: #fff;
  background: #7d949a;
}
#search-results td {
  vertical-align: top;
  background: #dae2e4;
  padding: 4px;
}
#search-results tr.even td {
  background: #fff;
}
#vacancy {
  border: 1px solid #bfc9cc;
  width: 100%;
}
#vacancy caption {
  border: 1px solid #bfc9cc;
  border-bottom: none;
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #fff;
  background: #7d949a;
}
#vacancy th {
  text-align: right;
  width: 25%;
}
#vacancy td {
  width: 75%;
}
#vacancy td,
#vacancy th {
  vertical-align: top;
  padding: 3px;
}
#vacancy td p {
  margin: 0 0 5px 0;
}
#apply-now {
  margin-top: 37px;
  border: 1px solid #bfc9cc;
  background: url(/images/grad_bg.gif) repeat-x;
  color: #3f5c63;
}
#apply-now p {
  margin: 5px;
}
#apply-now input {
  width: 85px;
}
#apply-now label {
  float: left;
  text-align: right;
  width: 50px;
  padding-top: 4px;
}
#apply-now h1,
#email-friend h1 {
  background: #7d949a;
  color: #fff;
  padding: 5px;
  font-size: 1em;
  border-bottom: 1px solid #bfc9cc;
}
#apply-now p.go,
#email-friend p.go {
  text-align: right;
}
#apply-now p.go input {
  width: 38px;
  padding-right: 12px;
}
#email-friend {
  border: 1px solid #bfc9cc;
  background: url(/images/grad_bg.gif) repeat-x bottom;
  color: #3f5c63;
  padding-bottom: 5px;
}
#email-friend label {
  display: block;
  padding: 5px 0 0 10px;
}
#email-friend input {
  display: block;
  width: 138px;
  margin: 0 0 0 10px;
}
#email-friend #email-friend-go {
  width: 38px;
  height: 18px;
  margin: 5px 0 0 10px;
}
#email-friend p {
  margin: 5px 5px 0 5px;
}
#actions {
  list-style-image: url(/images/bullet-arrow.gif);
  margin: 10px 0 10px 30px;
  padding: 0;
}
#actions a {
  text-decoration: none;
  font-weight: bold;
}
#paging {
  width: 458px;
  margin: 20px 0 0 0;
}
#paging a {
  font-weight: bold;
  text-decoration: none;
}
#paging #paging-prev {
  float: left;
}
#paging #paging-next {
  float: right;
  text-align: right;
}
#pages {
  width: 458px;
  text-align: center;
  margin-top: 10px;
}
#pages a,
#pages #current-page {
  margin: 0 5px;
}

div.clear{
float:none;
clear:both;
width:100%;
}