/**********************
Version 1
Date: 6/18/2007
**********************/
/* gradient bg in IE */
.bg_horz 
{
	filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#9ACCFF', EndColorStr='#ffffff');
	background-image:url(http://media.newjobs.com/id/hiring/58/locationLookup/resultsGradient.gif);
	background-repeat: repeat-x;
	position: relative;
	width: 450px;
	border-top: 1px solid black;
	border-right:  1px solid black;
	border-Left:  1px solid black;
	border-bottom:  1px solid black;
}
#container
{
	position: absolute;
	top: 40;
	left:  50px;
	text-align: center;	
}
div #findCenter
{	
	position: relative;
	margin:0 auto;
	width: 450px;
}
div #searchfields
{
	position: relative;
	background-image:url(http://media.newjobs.com/id/hiring/58/locationLookup/Location_bg.gif);
	background-repeat: no-repeat;
	width: 450px;
	border-top: 1px solid black;
	border-right:  1px solid black;
	border-Left:  1px solid black;
	border-bottom:  1px solid black;
}
#locationResults
{
	position: relative;
	width: 450px;
	filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#9ACCFF', EndColorStr='#ffffff');
	background-image:url(http://media.newjobs.com/id/hiring/58/locationLookup/resultsGradient.gif);
	background-repeat: repeat-x;
	border: 1px solid black;
}
#space
{
	position: relative;
	background-color: #ffffff;
	height: 8px;
	width: 450px;
}
#tooltop
{
	position: relative;
	background-image:url(http://media.newjobs.com/id/hiring/58/locationLookup/toolTopGradient.gif);
	height: 40px;
	background-repeat: repeat-x;
	font-weight:bold;
	padding-top: 5px;
	padding-left: 18px;
	text-align: left;
	color: #ffffff;
}
#topRCorner
{
	position: absolute;
	background-image:url(http://media.newjobs.com/id/hiring/58/locationLookup/leftTiptop.gif);
	top: -1px;
	left: -1px;
	background-repeat: no-repeat;
	width: 10px;
	height:10px;
}
#topLCorner
{
	position: absolute;
	background-image:url(http://media.newjobs.com/id/hiring/58/locationLookup/rightTiptop.gif);
	top: -1px;
	right: -1px;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
#bottomRCorner
{
	position: absolute;
	background-image:url(http://media.newjobs.com/id/hiring/58/locationLookup/bottomR.gif);
	bottom: -1px !important;
	bottom/**/: -5px;
	right: -1px;
	background-repeat: no-repeat;
	width: 10px;
	height:10px;
}
#bottomLCorner
{
	position: absolute;
	background-image:url(http://media.newjobs.com/id/hiring/58/locationLookup/bottomL.gif);
	bottom: -1px !important;
	bottom/**/: -5px;
	left: -1px;
	background-repeat: no-repeat;
	width: 10px;
	height:10px;
}
#buttonSeparator
{
	position:absolute;
	top/**/: 180px;
	left: 0px;
	z-index: 22;
	height: 2px;
	background-image:url(http://media.newjobs.com/id/hiring/58/locationLookup/separator.gif);
	color: #ffffff;
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 0;
	border-right:2px solid white;
	width: 452px !important;
	width/**/: 447px;
}
#bottomResultsRCorner
{
	position: absolute;
	background-image:url(http://media.newjobs.com/id/hiring/58/locationLookup/resultsRBottom.gif);
	bottom: -1px !important;
	bottom/**/: -4px;
	right: -1px;
	background-repeat: no-repeat;
	width: 10px;
	height:10px;
}
#bottomResultsLCorner
{
	position: absolute;
	background-image:url(http://media.newjobs.com/id/hiring/58/locationLookup/resultsLBottom.gif);
	bottom: -1px !important;
	bottom/**/: -4px;
	left: -1px;
	background-repeat: no-repeat;
	width: 10px;
	height:10px;
}
#topResultsRCorner
{
	position: absolute;
	background-image:url(http://media.newjobs.com/id/hiring/58/locationLookup/topR.gif);
	top: -1px !important;
	top/**/: -1px;
	right: -1px;
	background-repeat: no-repeat;
	width: 10px;
	height:10px;
}
#topResultsLCorner
{
	position: absolute;
	background-image:url(http://media.newjobs.com/id/hiring/58/locationLookup/topL.gif);
	top: -1px !important;
	top/**/: -1px;
	left: -1px;
	background-repeat: no-repeat;
	width: 10px;
	height:10px;
}
.closeWindow
{
	position: absolute;
	top: 2px;
	right: 10px;
}
