﻿/* ========== CONTROLS ========== */

#search_mask_home 
{
}

#search_mask_home #rpd-content
{
	width: 570px;
}
/*	field container - has a border by default */
#search_mask_home fieldset.SRCLogSet
{
	border: none;
}
/*	Web part title */
#search_mask_home legend.SA-Title 
{
	visibility: hidden;
	display: none;
}

/*	field label */
#search_mask_home label.SA-Label
{
}

/*	Drop-down search box */
#search_mask_home select.SA-F2
{
}

/*	Check box label */
#search_mask_home label.SA-F4
{
}


/*	Radio button */
#search_mask_home input.SA-FR
{
}

/*	Radio button label */
#search_mask_home label.SA-FL
{
}

/*	Keyword textbox */
#search_mask_home input.SA-KWF
{
	border: solid 1px #454545;
	width: 300px;
}

/*	Candidate portal login link */
#search_mask_home a.SA-label
{
}

/*	Buttons */
#search_mask_home input.SA-ButtonFace
{
	border: solid 1px #454545;
	padding: 2px 2px 2px 2px;
	background-color: #dddddd;
	font-weight: bold;
	font-size: 1em;
}

/* Search agent button	*/

#search_mask_home #searchagentbutton
{
	visibility: hidden;
	display: none;
}

/* ========== SPACING DIVISIONS ========== */

/*	1. Location */

#search_mask_home #div-srcparam1
{
	padding-bottom: 10px;
	width: 250px;
	float: left;
}

#search_mask_home #div-srclabel1
{
	padding-bottom: 5px;
	font-weight: bold;
}

#search_mask_home #div-srcitem1
{
}

/*	2. job function	*/

#search_mask_home #div-srcparam2
{
	padding-bottom: 10px;
	width: 250px;
	display: block;		
}

#search_mask_home #div-srclabel2
{
	padding-bottom: 5px;
	font-weight: bold;
}

#search_mask_home #div-srcitem2
{
}

/*	3. Contract type	*/

#search_mask_home #div-srcparam3
{
	padding-bottom: 10px;
	width: 250px;
	float :left;
}

#search_mask_home #div-srclabel3
{
	padding-bottom: 5px;
	font-weight: bold;
}

#search_mask_home #div-srcitem3
{
}

/*	4. Work type	*/

#search_mask_home #div-srcparam4
{
	padding-bottom: 10px;
	width: 250px;
	display: block;		
}

#search_mask_home #div-srclabel4
{
	padding-bottom: 5px;
	font-weight: bold;
}

#search_mask_home #div-srcitem4
{
}

/*	5. Keyword	*/

#search_mask_home #div-srcparam5
{
	padding-bottom: 10px;
	display: block;
	width: 580px;
}

#search_mask_home #div-srclabel5
{
	padding-bottom: 5px;
	font-weight: bold;
}

#search_mask_home #div-srcitem5
{
}

/*	6. Results per page	*/

#search_mask_home #div-srcparam6
{
	padding-bottom: 10px;
}

#search_mask_home #div-srclabel6
{
	padding-bottom: 5px;
	font-weight: bold;
}

#search_mask_home #div-srcitem6
{
}

