
#suggester2 {
	height: 348px;
	background-color: #FFF;
	border: #CCC 1px solid;
}
#suggester2 #header {
	height: 63px;
}
#suggester2 #progress  {
	height: 61px;
	background-image: url(/images/suggester_progress_bg.jpg);
	background-repeat: no-repeat;
}
#suggester2 #main {
	background-image: url(/images/suggester_main_bg.jpg);
	background-repeat: no-repeat;
	height: 205px;
}
#suggester2 #main #date {
	width: 147px;
	float: left;
	border-right: #CCC 1px solid;
}
#suggester2 #main #experience {
	width: 303px;
	float: left;
	border-left: solid #FFF 1px;
	border-right: solid #CCC 1px;
}
#suggester2 #main #type {
	width: 146px;
	float: left;
	border-left: solid #FFF 1px;
}
#suggester2 #main .box{
	height: 184px;
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
}
#suggester2 #main #date label {
	display: block;
	width: 70px;
	float: left;
	height: 30px;
	text-align: left;
	vertical-align: bottom;
}
#suggester2 #main #date select {
	float: left;
	height: 30px;
	width: 65px;
	overflow: hidden;
}
#suggester2 #main #experience label {
	display: block;
	width: 120px;
	float: left;
	height: 30px;
	text-align: left;
	vertical-align: bottom;
}
#suggester2 #main #experience select {
	float: left;
	height: 25px;
	width: 120px;
	overflow: hidden;
	margin-bottom: 5px;
}
#suggester2 #main #experience span {
	display: block;
	height: 30px;
	float: left;
	width: 160px;
}


#suggester2 #main #type label {
	clear: both;
}
#suggester2 #main #type span {
	display: block;
	height: 30px;
}

