#jobsearch {
	float: right;
	width: 246px;
	height: 180px;
	margin-right: 15px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	background-image: url(../images/PCM_Recruitment_searchbg.jpg);
	background-repeat: no-repeat;
}
#candidatereg {
	float: right;
	width: 246px;
	height: 180px;
	margin-right: 15px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	background-image: url(../images/PCM_Recruitment_registerbg.jpg);
	background-repeat: no-repeat;
}
#currentlyrecruiting {
	float: right;
	width: 246px;
	margin-right: 15px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	background-image: url(../images/PCM_Recruitment_currentbg.jpg);
	background-repeat: no-repeat;
}
#recruitmentad {
	float: right;
	width: 246px;
	margin-right: 15px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}
#jobsearch H1{
	color: #FFFFFF;
	margin-left: 10px;
	font-size: 18px;
	line-height: 20px;
}
#jobsearch p{
	color: #FFFFFF;
	margin-left: 10px;
	font-size: 12px;
	line-height: 14px;
}

#candidatereg H1{
	color: #FFFFFF;
	margin-left: 10px;
	font-size: 18px;
	line-height: 20px;
}
#candidatereg p{
	color: #FFFFFF;
	margin-left: 10px;
	font-size: 12px;
}

#currentlyrecruiting H1{
	color: #FFFFFF;
	margin-left: 10px;
	font-size: 18px;
	line-height: 20px;
}
#currentlyrecruiting p{
	color: #FFFFFF;
	margin-left: 10px;
	font-size: 12px;
}

.fields {
	margin-left: 10px;
	color: #CCCCCC;
}
.submit {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
