* html .recruitmentPage #bottomContent .columnCenter {
	width:536px;
}
* html .recruitmentPage #bottomContent .columnRight {
	padding-left:0px;
	margin-left:0;
}
.recruitmentPage div#joinUs {
	width:170px;
}
* html .recruitmentPage div#joinUs {
	margin-left:0px;
}

.recruitmentPage #bottomContent .columnCenter p {
	padding-bottom:30px;
}
.recruitmentPage p.errorMessage {
	font-weight:bold;
}
.recruitmentPage p.errorMessage a {
	color:#616161;
	font-weight:bold;
	text-decoration:underline;
}
.recruitmentPage p.errorMessage a:hover {
	color:#da161f;
	font-weight:bold;
	text-decoration:none;
}
.recruitmentPage p.legend {
	font-weight:bold;
}

/* FORM */
.recruitmentPage #bottomContent #findDirectorForm {
	font-weight:bold;
}
.recruitmentPage #bottomContent #findDirectorForm div.text {
	float:left;
}
.recruitmentPage #bottomContent #findDirectorForm div.text input {
	position:relative;
	height:14px; width:60px;
	padding:3px;
	font-size:11px;	
}
.recruitmentPage #bottomContent #findDirectorForm div.buttons {
	float:left;
	padding-bottom:20px;
}
.recruitmentPage #bottomContent #findDirectorForm div.buttons input {
	position:relative;
	height:22px;
	padding:0 3px 2px 3px;
	border-color:#da161f;
	color:#fff;
	background-color:#da161f;
	font-family:Verdana, sans-serif; font-size:10px;
}
*+ html .recruitmentPage #bottomContent #findDirectorForm div.buttons input { 
	margin-top:1px;
}
* html .recruitmentPage #bottomContent #findDirectorForm div.buttons input { 
	margin-top:1px;
}


/* RESULTS */
.recruitmentPage table {
	width:550px;
	border-collapse:collapse;
}
.recruitmentPage table caption {
	text-align:left;
	font-weight:bold;
}
.recruitmentPage table tr td {
	height:20px;
	padding:0 5px;
}
.recruitmentPage table tr.even td {
	background-color:#efefef;
}
.recruitmentPage table tr td.name {
	width:165px;
}
.recruitmentPage table tr td.city {
	width:185px;
}
.recruitmentPage table tr td.link {
	width:150px;
	font-size:11px;
	text-align:right;
}
.recruitmentPage table tr td a {
	color:#da161f;
	text-decoration:underline;
}
.recruitmentPage table tr td a:hover {
	text-decoration:none;
}
