/* CSS Document */

div.layout_right_box {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
div.layout_right_box div.right_box_inset {
	padding: 20px;
}
div.layout_right_box p {
	margin: 10px 0;
	font-size: 11px;
	line-height: 16px;
}
div.layout_right_box table {
	width: 100%;
}div.layout_right_box table td {
	width: 30%;
	text-align: center;
	vertical-align:middle;
}
div.layout_right_box table input {
	width: 90%;
}
div.layout_right_box img.top_left {
	position: absolute;
	top: 0;
	left: 0;
}
div.layout_right_box img.top_right {
	position: absolute;
	top: 0;
	right: 0;
}
div.layout_right_box img.bottom_left {
	position: absolute;
	bottom: 0;
	left: 0;
}
div.layout_right_box img.bottom_right {
	position: absolute;
	bottom: 0;
	right: 0;
}
div#job_seeker_box {
	background-color: #D1E6D5;
}	
div#employer_box {
	background-color: #E1E6EC;
}
form.home_login th { text-align:right; }
