/* [%-# %W% %T%,%D% (yy/mm/dd) -%] */

/* *****************************************************************************
	Import Styles
***************************************************************************** */
	@import url(navigation.css);
	@import url(forms.css);

/* *****************************************************************************
	Globals
***************************************************************************** */
	
	font, font *  {
		color: #717171;
		text-decoration: blink !important;
	}
	
	* {
		margin: 0;
		padding: 0;	
	}
	
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #717171;
		margin: 0;
		padding: 0;
		text-align: center;
		background: #fff;
	}
	
	a {
		color: #717171;
		text-decoration: none;
	}

	a:hover {
		color: #717171;
		text-decoration: underline;
	}
	
	/* This is to overide the <th> style block */
		body.heading1 h3 strong,
		body.heading1 th strong,
		body.heading1 th label {
			display: inline;
		}
		body.heading2 h3 strong,
		body.heading2 th strong,
		body.heading2 th label {
			display: block;
		}
	
	img,
	form,
	fieldset {
		border: none;
	}
	
	div.clear {
		clear: both !important;
		visibility: hidden !important;
		overflow: hidden !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		font-size: 1px !important;
		height: 1px !important;
		width: 1px !important;
		float: none !important;
	}
	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
	.clearfix {display: inline-table;}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

	hr {
		clear: both;
		border: none;
		border-top: 1px solid #0092d1;
		color: transparent;
		background-color: transparent;
		height: 1px;
		color: #0092d1;
	}
	
	ul#Accessibility {
		position: absolute;
		top: -5000px;
	}

	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 1em 0;
		font-family: Trebuchet MS, Verdana, Arial, sans-serif;
		font-weight: bold;
	}
	
	h1 {
		font-size: 18pt;
		color: #3eaee8;
		margin: 0;
		padding: 0 0 10px 0;
	}
	
	h1 em {
		font-style: normal;
		font-weight: normal;
	}
	
	h2 {
		font-size: 18px;
		color: #3eaee8;
		margin: 0;
		padding: 0;
	}
	
	h3 {
		font-size: 14px;
		color: #3eaee8;
		margin: 0;
		padding: 0;
	}
		
	h4 {
		margin: 0;
		padding: .3em 0;
		font-size: 14px;
	}
	
	p {
		margin: 0 0 1em 0;
	}
	
	.error {
		color: #F00;
	}
	
	ul {
		margin: 0 0 1em 20px;
	}
	
	ol {
		margin: 0 0 1em 40px;
	}
	
	p em {
		color: #0092d1;
		font-style: normal;
	}
	
	p .banner {
		right: 0;
		position: absolute;
		margin-top: 48px;
	}
	
	.expiringToday {
		color: #7BC618;
	}
	
	.expired {
		color: #f00;
	}
	
	.right {
		text-align: right;
	}
	
	.required {
		color: #f00;
	}
	
	.active {
		color: #0092d1 ;
	}
	
	.capitalize{
		text-transform: capitalize;
	}

/* *****************************************************************************
	Structure
***************************************************************************** */
	
	#wrapper {
		background: #fff;
		width: 770px;
		height: 500px;
		margin: 0;
		padding: 0;
		text-align: left;
		color: #717171;
		position: relative;
		overflow: auto;
	}

	#content {
		clear: both;
		width: 770px;
		margin: 0;
		padding: 15px 0;
	}
	
	div[id="content"]#content {
		width: 740px;
	}


/* *****************************************************************************
	standard buttons
***************************************************************************** */

	a.button, a:hover.button, button {
		font-weight: bold;
		text-decoration: none;  
		cursor: pointer;
		cursor: hand;
		margin: .5em 0;
		vertical-align: middle;
		border: 1px solid #2089c2;
		background: #3eaee8;
		color: #fff;
	}
/*	
	p.right a.button, p.right a:hover.button, p.right button {
		background: none !important;
	}
	*/

	html button {
		display: inline;
		float: right;
		padding: 0 10px;
	}
	
	
	/*This is to make the clear button align at the top*/
	a.clear_loc_button{
		border: 1px solid #2089c2;
		background: #3eaee8;
		color: #fff;
		cursor: pointer;
		cursor:hand;
		font-size: 90%;
		font-weight: bold;
		margin: .5em 0;
		padding: 1px 10px;
		text-decoration: none;					
		vertical-align:super;
		width: auto !important; /* MAC IE5 specific value - overridden below */
	}

/* *****************************************************************************
	(?) Question mark help buttons
***************************************************************************** */

	a.help {
		position: relative;
		float: left;
		width: 15px;
		height: 15px;
		background: url(../images/general/help.gif) no-repeat;
		overflow: hidden;
		text-decoration: none;
	}
	
	html body a.help span {
		display: block;
		position: absolute;
		top: -5000px;
	}
	
	p.help {
		font-size: 90%;
		clear: both;
		text-align: right;
	}
	
	p.help a {
		float: right;
		display: block;
		width: 15px;
		height: 15px;
		text-indent: -5000px;
		background-image: url(../images/general/help.gif);
		overflow: hidden;
		text-decoration: none;
		font-size: 1px;
		color: #fff;
	}

/* *****************************************************************************
	2 panel boxes consisting of forms, and different color backgrounds
***************************************************************************** */

	div.box {
		float: left;
		border-bottom: 1px solid #0092d1;
		width: 100%;
	}
	
	div.box div {
		padding: 0 0 0 5px;
		margin: .5em 0 0 0;
		float: left;
		width: 47%;
	}
	
	div.box form {
		float: right;
		margin: 0;
		padding: .8em 0 .8em 5px;
		width: 51%;
		background-color: #dadada;
	}
	
	div.box form h3, div.box div h3 {
		margin: .5em 0 .3em 0;
	}
	
	div.box form input {
		margin: .2em 0;
		width: 120px;
	}
	
	div.box form input.submit {
		width: 2em;
		float: none;
	}
	
	div.box form fieldset {
		border: none;
		padding: 0;
	}
	
	div.box form label input {
		margin: 0;
		width: auto;
	}
	
	div.box table {
		width: 100%;
	}
	
	div.box ol {
		width: 715px;
	}
	
	div.box2 {
		border-top: 1px solid #0092d1;
	}

/* *****************************************************************************
	Shortcut links on client home box
***************************************************************************** */

	/* *************************************************************************
		Box style 2
	************************************************************************* */

		div.box2 div {
			float: left;
			width: 210px;
			margin: 1em 20px 1em 0;
			background-color: #dadada;
			border: 1px solid #0092d1;
		}
		
		div.box2 div.box2a {
			float: left;
			width: 350px;
			margin: 1em 20px 0 0;
			background-color: #fff;
			border: none;
		}
		
		div.box2 div h4 {
			font-size: 100%;
			margin: .5em 0 .5em .5em;
		}
		
		div.box2 div p, div.box2 div h3 {
			margin: .5em 0 .5em 0;
		}
		
		div.box2 div ul {
			padding: 0 0 0 .5em;
			margin: 0 0 .5em 2.5em;
		}
		
		div.box2 div ul li {
			font-weight: bold;
			color: #000;
			list-style-type: decimal;
			margin: 0 0 .5em 0;
		}
		
		div.box2 div ul li a {
			font-weight: normal;
			color: #000;
		}
		
		div.box2 div.box2a ul {
			list-style-type: none;
			padding: 0;
			margin: 0;
			font-weight: normal;
			color: #000;
		}
		
		div.box2 div.box2a ul li {
			list-style-type: none;
			margin: 0 0 1.2em 0;
		}
		
		div.box2 div.box2a ul li a {
			font-weight: normal;
			color: #000;
		}
		
		div.box2 div.box2a form {
			width: 350px;
		}
		
		div.box2 div.box2a form fieldset {
			border: none;
		}
		
		div.box2a form fieldset label input.submit {
			width: auto;
			float: none;
		}

	/* *************************************************************************
		Box style 3
	************************************************************************* */
		
		div.box3 {	
			border: solid #0092d1;
			border-width: 1px 0;
		}
		
		div.box3 div {
			float: left;
		}
		
		div.box3 div.first {
			width: 47%;
			padding: 10px 10px 20px 10px;
			background-color: #dadada;
		}
		
		div.box3 div.second {
			width: 47%;
			padding: 10px 10px 0 10px;
			background-color: #fff;
		}
		
		div.box3 div.first p {
			margin-bottom: 0;
		}
		
		div.box3 div.second p {
			margin: 0 0 0 1em;
		}
		
		div.box3 div.second div.column {
			width: 160px;
		}
		
		div.box3 div.second div.column label {
			display: block;
			margin: .2em 0;
		}
		
		div.box3 div.first hr, 
		div.box3 div.second hr {
			margin: .8em 0;
		}

	/* *************************************************************************
		Box style 4
	************************************************************************* */
		
		div.box4 div {
			float: left;
			width: 48%;
			margin: .5em 10px 0 0;
		}
		
		div.box4 div fieldset {
			padding: 0;
			margin: 0;
			border: none;
		}
		
		div.box4 div fieldset input {
			padding: 0;
			margin: 0 0 .5em 0;
			width: 160px;
		}
		
		div.box4 div fieldset input.submit {
			width: auto;
			float: none;
		}

	/* *************************************************************************
		Box style 5
	************************************************************************* */
		
		div.box5 {
			border: solid #0092d1;
			border-width: 1px 0;
			background-color: #dadada;
		}
		
		div.box5 div.first {
			float: left;
			width: 48%;
		}
		
		div.box5 div.second {
			float: right;
			width: 49%;
			background-color: #fff;
		}
		
		div.box5 div.second p {
			padding: .5em 0 0 1em;
		}
		
		div.box5 div.second h3 {
			padding: .5em 0 0 1em;
		}

/* *************************************************************************
	Box Styles
************************************************************************* */	
		
	div.box6 {
			margin: 0 0 1em 0;
			position: relative;
	}

	div.box6Wrap {
			border: 1px solid #dadada;
			padding: 8px;	
	}
			
	div.box7 {
				margin: 0 0 1em 0;
				position: relative;
	}

	div.box7Wrap {
				border: 1px solid #00067D;
				padding: 8px 7px;
	}		
		
/***************************************************************
	Faux column sets
***************************************************************/

	div.colSet1-a {
				float: left;
				margin: 0 0 0 0;
				width: 160px;	
	}
	div.colSet1-b {	
				float: right;
				position: relative;
				width: 560px;
	}

	div.colSet1-b p.right {
		margin:1em 0 0 0;
		}

/***************************************************************
	Info boxes
***************************************************************/

	div.infoBox1{	
				
				margin: 1em 0 .8em 0;
				padding: 8px;
				width: auto;
				background: #efefef;
	}
	
/* *****************************************************************************
	Label column layout - for use on forms
***************************************************************************** */

	.label-columns {
		margin: .8em 0 0 0;
	}
	
	.label-columns span {
		display: block !important;
		clear:both;
		padding:0 0 5px 0;
	}
	
	.label-columns label {
		clear: both !important;
		float: left;
		display: block !important;
		width: 50px !important;
	}
	
	.label-columns select {
		float: left;
		width: 150px !important;
	}
	
	table td .label-columns,
	table th .label-columns {
		font-size: 130% !important;
	}

/* *****************************************************************************
	Table - General
***************************************************************************** */

	table {
		margin: 1em 0;
		width: 100%;
		font-size: 80%;
		_font-size: 90%; /* for IE */
		clear: both;
		border: 1px solid #dadada;
	}
	
	table,
	table th,
	table td {
		border: none;
		border-collapse: collapse;
	}
	
	table th {
		background-color: #dadada;
		color: #000;
		font-weight: bold;
		text-align: left;
	}
	
	table th,
	table td {
		padding: .3em 4px;
		vertical-align: top;
		border-bottom: 1px solid #dadada;
	}
	
	table td a em {
		font-style: normal;
		color: #0092d1;
		padding-top: .5em;
		display: block;
		text-decoration: underline;
	}
	
	fieldset table td label {
		display: none;
	}
	
	fieldset table td input.checkbox,
	fieldset table td input.radio {
		border: none;
		width: 14px;
	}
	
	fieldset table td input {
		margin: 0;
		padding: 0;
		width: 30px;
	}
	
	fieldset table td input.checkbox,
	fieldset table td input.radio {
		border: none;
		margin: 0 3px;
		padding: 0;
		width: 14px;
	}

/* *****************************************************************************
	Table - colhighlight
***************************************************************************** */

	table.colhighlight,
	table.colHighlight {
		border: none;
		font-size: 100%;
		width: 100%;
	}
	
	table.colhighlight th,
	table.colHighlight th{
		background-color: #fafafa !important;
		font-weight: normal;
		border: dotted #dadada;
		border-width: 0 0 1px 0;
		color: #000;
	}
	
	table.colhighlight td,
	table.colHighlight td {
		background-color: #dadada;
		width: 63%;
		padding-left: 8px;
	}
	
	table.colhighlight td.leftSide,
	table.colHighlight td.leftSide {
		background-color: #fafafa;
		width: auto;
	}

	table.colhighlight td.leftSide label, 
	table.colHighlight td.leftSide label {
		width:auto;
	}
	
	table.colhighlight h2,
	table.colHighlight h2{
		background-color: #fafafa;
		color: #000;
		padding: .05em 0; /* CHANGED from padding: 2em 0;  JP */
	}
	
	table.colhighlight span,
	table.colHighlight span{
		font-size: 80%;
		font-weight: normal;
	}
	
	table.colhighlight td div.column,
	table.colHighlight td div.column{
		float: left;
		width: 188px;
	}
	
	table.colhighlight tr.line td,
	table.colHighlight tr.line td{
		border: solid #0092d1;
		border-width: 0 0 1px 0;
		padding: 0;
		margin: 0;
		height: 0;
	}

/* *****************************************************************************
	Table - rlAdmin used for rl_admin
***************************************************************************** */

	table.rlAdmin {
		border-left: none;
		border-right: none;
	}
	
	table.rlAdmin th {
		border-bottom: 2px solid #0092d1;
		text-align: center;
		vertical-align: bottom;
		background-color: #B4CFF5;
		color: #0092d1;
		font-weight: bold;
		font-size: 100%;
	}
	
	table[class="rlAdmin"].rlAdmin tr td,
	table[class="rlAdmin"].rlAdmin tr th {
		font-size: 120%;
	}
	
	table.rlAdmin tr td {
		border: none;
	}
	
	table.rlAdmin tr.checked td {
		text-align: center;
	}
	
	table.rlAdmin tr.checked td input {
		cursor: pointer;
		margin: 0;
		width: auto;
		float: none;
	}
	
	table.rlAdmin tr td input {
		width: auto;
		border: none;
	}
	
	table.rlAdmin tr td input.submit {
		width: auto;
		float: none;
	}
	
	table tr.odd td {
		background-color: #dadada !important;
	}
	
	table.rlAdmin tr td.status {
		text-align: center;
	}

/* *****************************************************************************
	Table - newRecruit used for rl_admin
***************************************************************************** */

	table.newRecruit {
		border-left: none;
		border-right: none;
	}
	
	table.newRecruit tbody {
		background-color: #dadada;
	}
	
	table.newRecruit thead th {
		border: none;
		border-bottom: 2px solid #0092d1;
		background-color: #B4CFF5;
		color: #0092d1;
		font-weight: bold;
		font-size: 120%;
		text-align: center;
	}
	
	table.newRecruit tbody td {
		border: none;
		background-color: #dadada;
	}
	
	table.newRecruit tbody tr td input {
		margin: 0 0 0 1em;
		width: 150px;
		padding: 0;
	}
	
	table.newRecruit tbody tr td.enableLogin {
		text-align: center;
	}

/* *****************************************************************************
	Table - cvResult used for cvsearch_result
***************************************************************************** */

	table.cvResult {
		font-size: 100%;
		border: none;
	}
	
	table.cvResult tr td {
		border: none;
	}
	
	table.cvResult tr th {
		border: 1px solid #fafafa;
		width: 25%;
	}
	
	/* This overrides the 100% width that is given on the table selector */
	/* All new table classes should be added to this */
	
	table.colhighlight,
	table.colHighlight,
	table.rlAdmin,
	table.newRecruit,
	table.results,
	table.cvResult {
		width: 740px;
	}

/* *****************************************************************************
	Scolling links
***************************************************************************** */

	ul#scroll {
		border: solid #0092d1;
		border-width: 1px 0;
		margin: 0;
		padding: 1em 0 1.25em 0;
		text-align: center;
	}
	
	ul#scroll li {
		display: inline;
		text-align: left;
	}
	
	ul#scroll li a {
		color: #000;
		padding: 0;
		margin: 0 .3em;
	}
	
	ul#scroll li strong {
		padding: 0 .3em;
	}

/* *****************************************************************************
	Products and services list
***************************************************************************** */

	div#product ul {
		list-style-type: none;
	}

/* *****************************************************************************
	Advertisment images
***************************************************************************** */

	.advertimages div {
		float: left;
		display: block;
	}
	
	.advertimages div p {
		text-align: center;
		width: 300px;
	}
	
	.advertimages div a img {
		text-align: center;
		padding: 0;
		margin: 0 5em 1em 5em;
	}

/* *****************************************************************************
	1st back to top style button
***************************************************************************** */

	.backToTop p {
		padding: 1.5em 1em 0 0;
		height: 21px;
		text-align: right;
		background-image: url(../images/general/arrow_up.gif) top right no-repeat;
	}

/* *****************************************************************************
	2nd back to top style button
***************************************************************************** */

	.backToTop2 {
		width: 6.6em;
		float: right;
	}
	
	.backToTop2 p {
		padding: 0;
		margin: 0 0 1em 0;
	}
	
	.backToTop2 p a {
		font-size: 80%;
		border: 1px solid #0092d1;
		padding: 0 20px 0 2px;
		text-decoration: none;
		background: #dadada url(../images/general/back-to-top2.gif) top right no-repeat;
		float: right;
	}

/* *****************************************************************************
	Horizontal buttons list
***************************************************************************** */

	div#hButton {
		text-align: left;
		padding: 1em 0 1.25em 0;
	}
	
	div#hButton ul {
		margin: 0;
		padding: 0;
	}
	
	div#hButton ul li {
		display: inline;
		padding: 0 .3em;
	}

/* *****************************************************************************
	Two column lists
***************************************************************************** */

	.columnleft {
		width: 290px;
		float: left;
	}
	
	.columnleft div h4 {
		font-size: 100%;
	}
	
	.columnleft div ul li {
		font-size: 95%;
	}

/* *****************************************************************************
	More info page 
***************************************************************************** */

	div.moreinfocolleft {
		float: left;
		width: 65%;
		margin: 1%;
	}
	
	div.moreinfocolright {
		float: left;
		width: 30%;
		margin: 1%;
		text-align: center;
	}
	
	div.moreinfocolright div {
		border: 1px solid #0092d1;
		padding: 5px 6px 44px 6px;
		text-align: center;
		background: #dadada url(/images/home/creditcard_strip.gif) no-repeat center 92%;
	}
	
	div.moreinfocolright h3 {
		padding: 0;
		margin: .4em;
		font-size: 90%;
		font-weight: bold;	
	}
	
	div.moreinfocolright p {
		padding: 0;
		margin: .2em;
	}
	
	div.moreinfocolright a {
		text-decoration: none;
	}
	
	div.moreinfocolright p em {
		font-size: 120%;
		display: block;
		font-weight: bold;
		padding: 0;
	}
	
	.basicborderbox {
		padding: 1px;
		border: 1px solid #dadada;
	}

/* *****************************************************************************
	Extra
***************************************************************************** */

	.center td, .center th, .center {
		text-align: center !important;
	}
	
	.right td, .right th {
		text-align: right !important;
		
	}
	
	.disabled_text {
		color: #898989;
	}
	
	
	 /* This is used to stop the display of background images */
	body.nobg {
		background: #fafafa;
	}
	
	body.nobg #container,
	body.nobg #wrapper { 
		background-image: none;
	}
	
	 /* This is used to stop the navigation showing */
	body.nonav #nav {
		display: none;
	}
	
/* This is used to stop the navigation showing */
	body.nonav #logo,
	body.nonav #masthead {
		margin: 0;
	}
	
	body.nonav #masthead {
		padding: 1em 0 0 0;
	}
	
	
	 /* This is used to stop the page footer showing */
	body.nofoot {
		padding-bottom: 4em; 
	}
	
	body.nofoot #footer {
		display: none;
	}

/* *****************************************************************************
	Sidelinks - Floats a div to the right with links in
***************************************************************************** */

	div.sideLinks {
		float: right;
		width: 160px;
		text-align: left;	
		margin: 0 0 .5em .5em;
		background: #dadada;
		font-size: 90%;
	}
	
	div.sideLinks h4 {
		background: #B4CFF5;
		padding: 4px;
		margin: 0 0 .2em 0;
	}
	
	div.sideLinks div {
		padding: 6px;
	}
	
	div.sideLinks hr,
	div.sideLinks p {
		margin: .5em 0;
	}

/* *****************************************************************************
	Page Specifics
***************************************************************************** */

	/* *************************************************************************
		search_to_jbe_error
	************************************************************************* */
	
		body#cvDisplay div.bar {
			clear: both;
			padding: 0 !important;
		}
		
		body#cvDisplay div.hbar {
			clear: both;
			padding: 0 !important;
			border-bottom: 1px solid #FEA814;
			margin-bottom: 1em;
		}
		
		body#cvDisplay div.hbar h1 {
			border: 0 !important;
			margin-bottom: 0;
		}
		
		body#cvDisplay .left {
			float: left;
		}
		
		body#cvDisplay .right {
			float: right;
		}

/***********************************************************
		Featured REcruiters -more_corporates.cgi
	***********************************************************/
	
		#featuredList {
			clear: both;
			width: auto;
			margin: 1em 0;
			list-style-type: none;
			text-align: center;
		}
		
		#featuredList li {
			margin: .5em 5px;
			display: block;
			float: left;
			text-align: center;
			width: 22%;
		}
		
		#featuredList li img {
			display: block;
			margin: 0 auto;
			height: 35px;
			width: 90px;
		}
		
		.cvSearchSave {
			height: 20px !important;
			width: 60px !important;
		}

/* *************************************************************************
	Terms and Conditions
************************************************************************* */

	div#termslist ul {
		list-style-type: none;
	}

	div#termslist ul li {
		margin: .5em 0;
	}

	div#termslist ul li ul {
		margin: 0 auto;
		width: 85%;
	}

/* *****************************************************************************
	Patches
***************************************************************************** */

	/* MAC IE 5 patch for bottom footer*/
	
	div#footer p strong {
		voice-family: "\"}\"";
		voice-family: inherit;
		padding: 1em 0;
		float: left;
	}
	
	div#footer p.terms {
		margin: 0;
		padding: 0 0 10px 0;
	}

	/* */
	@media tty {
	i {content: "\";/*" "*/}} @import 'winie5x.css'; /*";}
	}/* */
	
	
	/* Hide from Mac IE5 - table borders white - voice family hides from Win IE5.x*/
	/* \*/
	table.rlAdmin th {
		border-left: 2px solid #fafafa;
		border-right: 2px solid #fafafa;
	}
	
	table.newRecruit thead th {
		border-left: 2px solid #fafafa;
		border-right: 2px solid #fafafa;
	}
	
	div#help2 p a.help2 {
		text-indent: 13px;
	}
	
	table.colhighlight td,
	table.colHighlight td{
		border: 1px solid #fafafa;
	}
	
	form fieldset p.help a {
		text-indent: 13px;
		voice-family: "\"}\"";
		voice-family: inherit;
		padding-right: 15px !important;
		width: 0px !important;
	}
	
	form fieldset p.email input {
		display: inline !important;
	}
	
	.advertimages div {
		text-align: center;
	}
	/* */
	
	/* Advert image alignment - Do not text-align as box model causes problems.*/
	/* \*/
	.advertimages div {
		text-align: center;
	}
	/* */
	
	/* Buttons MAC IE5 needs explicit widths on floats */
	/* \*/
	button {
		float: none! important;
	}
	/* */
/***************************************************************
	Label column layout - for use on forms
***************************************************************/

.label-columns{
	margin: .8em 0 0 0;
}
.label-columns span{
	display: block !important;
}
body#advanced-search .label-columns span{
	float: left !important;
	display: inline !important;
	margin: 0 10px 0 0;
	width: 190px;
}
.label-columns label{
	clear: both !important;
	float: left;
	display: block !important;
	width: 50px !important;
}
body#advanced-search .label-columns label{
	width: 33px !important;
}
.label-columns select{
	float: left;
	width: 150px !important;
}
table td .label-columns,
table th .label-columns{
	font-size: 1em !important;
}

form fieldset div.column {
	float:left;
	
}

body#advanced-search form div.column{
	margin: 0 10px 0 0;
	
}

body#advanced-search form fieldset{
border-top:1px solid #dadada;
}

/* *****************************************************************************
	Four column list element (Visa Requirement page)
***************************************************************************** */

	  ul.four-col-list {
		  clear: both;
		  list-style-type: none;
		  margin: 0 0 1em 40px;
		  padding: 0;
	   }

	  ul.four-col-list li {
		  font-weight: bold;
		  float: left;
		  width: 24%;
	  }