/* Generic to Advanced Search Company Search and Job Search */
/* ---------------------------------------------------------- */

#SearchForm
{
	clear:both;
	margin:0px;
	margin-top:10px;
	padding:0px;
	padding-bottom:10px;
}

table.FormElements
{
	margin:0px;
	padding:5px;
	width:100%;
	border:1px solid #B9B5CC;
	font:normal 10px/16px arial;
	color: #000;
	background:#F9F8FC;
}

table.FormElements tr td
{
	font:normal 10px/14px arial;
	color: #000;

}

table.FormElements tr.endsection td
{
	padding-left:5px;
	padding-bottom:0px;
	padding-top:8px;
	vertical-align:top;
	font:normal 10px/16px arial;
	color: #000;
}

table.FormElements tr.endsection2 td
{
	padding-left:5px;
	padding-bottom:6px;
	padding-top:6px;
	vertical-align:top;
	font:normal 10px/16px arial;
	color: #000;
}

table.FormElements tr.endsection td table tr td
{
	border-bottom:none;
	padding:0px;
	padding-right:10px;
}

#SearchForm select, #SearchForm input {
	font-size:10px;
}

#SearchForm select.JobSelect {
	font-size:10px;
	width:250px;
}

#SearchForm select.EventSelect {
	font-size:10px;
	width:250px;
}

#SearchForm input.DateFrom, #SearchForm input.DateTo {
width:100px;
}

#SearchForm input.GoAdvance
{
	border:none;
	COLOR:#FFF;
	background: url(../images/bg_submit.gif) no-repeat;
	font-size:11px !important;
	font-family:arial;
	line-height:19px;
	font-weight:bold;
	padding:0px 0px 1px 0px;
	margin:0px 10px 0px 0px;
	width:63px;
	height:20px;
	cursor:hand;
}
#CenteredFormButtons {
	text-align:center;
	margin-top: 10px;
}
#CenteredFormButtons a {
	font-weight:bold;
}
tr.SearchButton td {
padding:5px;
}



