/* @group XHTML, HTML4, HTML5 Reset Setting */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}
body{
	overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9.
*/
  overflow: hidden;
}
/* @end */

/* @group Typograph Setting */


/* Basic HTML */
html{
	background: #565656;
background: rgb(20,20,20); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzE0MTQxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTU1OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(20,20,20,1) 1%, rgba(85,85,153,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(20,20,20,1)), color-stop(100%,rgba(85,85,153,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(20,20,20,1) 1%,rgba(85,85,153,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(20,20,20,1) 1%,rgba(85,85,153,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(20,20,20,1) 1%,rgba(85,85,153,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(20,20,20,1) 1%,rgba(85,85,153,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#555599',GradientType=0 ); /* IE6-8 */


}
body {
  font: 14px/1.5 'Helvetica', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* Headings */

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* Spacing */

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
a{
	outline: none;
	text-decoration: none;
}
/* @end */

/* @group Grid Setting */

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_14 {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 14 Columns
----------------------------------------------------------------------------------------------------*/


.container_14 .grid_1 {
	width:50px;
}

.container_14 .grid_2 {
	width:120px;
}

.container_14 .grid_3 {
	width:190px;
}

.container_14 .grid_4 {
	width:260px;
}

.container_14 .grid_5 {
	width:330px;
}

.container_14 .grid_6 {
	width:400px;
}

.container_14 .grid_7 {
	width:470px;
}

.container_14 .grid_8 {
	width:540px;
}

.container_14 .grid_9 {
	width:610px;
}

.container_14 .grid_10 {
	width:680px;
}

.container_14 .grid_11 {
	width:750px;
}

.container_14 .grid_12 {
	width:820px;
}

.container_14 .grid_13 {
	width:890px;
}

.container_14 .grid_14 {
	width:960px;
}




/* Prefix Extra Space >> 14 Columns
----------------------------------------------------------------------------------------------------*/


.container_14 .prefix_1 {
	padding-left:70px;
}

.container_14 .prefix_2 {
	padding-left:140px;
}

.container_14 .prefix_3 {
	padding-left:210px;
}

.container_14 .prefix_4 {
	padding-left:280px;
}

.container_14 .prefix_5 {
	padding-left:350px;
}

.container_14 .prefix_6 {
	padding-left:420px;
}

.container_14 .prefix_7 {
	padding-left:490px;
}

.container_14 .prefix_8 {
	padding-left:560px;
}

.container_14 .prefix_9 {
	padding-left:630px;
}

.container_14 .prefix_10 {
	padding-left:700px;
}

.container_14 .prefix_11 {
	padding-left:770px;
}

.container_14 .prefix_12 {
	padding-left:840px;
}

.container_14 .prefix_13 {
	padding-left:910px;
}



/* Suffix Extra Space >> 14 Columns
----------------------------------------------------------------------------------------------------*/


.container_14 .suffix_1 {
	padding-right:70px;
}

.container_14 .suffix_2 {
	padding-right:140px;
}

.container_14 .suffix_3 {
	padding-right:210px;
}

.container_14 .suffix_4 {
	padding-right:280px;
}

.container_14 .suffix_5 {
	padding-right:350px;
}

.container_14 .suffix_6 {
	padding-right:420px;
}

.container_14 .suffix_7 {
	padding-right:490px;
}

.container_14 .suffix_8 {
	padding-right:560px;
}

.container_14 .suffix_9 {
	padding-right:630px;
}

.container_14 .suffix_10 {
	padding-right:700px;
}

.container_14 .suffix_11 {
	padding-right:770px;
}

.container_14 .suffix_12 {
	padding-right:840px;
}

.container_14 .suffix_13 {
	padding-right:910px;
}



/* Push Space >> 14 Columns
----------------------------------------------------------------------------------------------------*/


.container_14 .push_1 {
	left:70px;
}

.container_14 .push_2 {
	left:140px;
}

.container_14 .push_3 {
	left:210px;
}

.container_14 .push_4 {
	left:280px;
}

.container_14 .push_5 {
	left:350px;
}

.container_14 .push_6 {
	left:420px;
}

.container_14 .push_7 {
	left:490px;
}

.container_14 .push_8 {
	left:560px;
}

.container_14 .push_9 {
	left:630px;
}

.container_14 .push_10 {
	left:700px;
}

.container_14 .push_11 {
	left:770px;
}

.container_14 .push_12 {
	left:840px;
}

.container_14 .push_13 {
	left:910px;
}



/* Pull Space >> 14 Columns
----------------------------------------------------------------------------------------------------*/


.container_14 .pull_1 {
	left:-70px;
}

.container_14 .pull_2 {
	left:-140px;
}

.container_14 .pull_3 {
	left:-210px;
}

.container_14 .pull_4 {
	left:-280px;
}

.container_14 .pull_5 {
	left:-350px;
}

.container_14 .pull_6 {
	left:-420px;
}

.container_14 .pull_7 {
	left:-490px;
}

.container_14 .pull_8 {
	left:-560px;
}

.container_14 .pull_9 {
	left:-630px;
}

.container_14 .pull_10 {
	left:-700px;
}

.container_14 .pull_11 {
	left:-770px;
}

.container_14 .pull_12 {
	left:-840px;
}

.container_14 .pull_13 {
	left:-910px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

/* @end */

/* @group Layout Setting */
#header, .header{
	background: #f7f7f7;
	min-height: 90px;
	border-top: solid 3px #565656; 
	position: relative;
	z-index: 999;
}
#page{
	xbackground: #f7f7f7;
	float: left;
	width: 100%;
	position: relative;
}
#footer{
	position: relative;
	float: left;
	width: 100%;
	background: #f7f7f7;
	padding: 15px 0 0px;
	border-bottom: solid 48px #565656;
}
.ie7 #footer{
	float: none;
	margin-top: 5px;
}
#footer .grid_14{
	margin-bottom: -17px;
}
/* @end */

/* @group Header Setting */
.nav-account{
	float: right;
	padding-top: 12px;
	margin-top: 5px;
}
.nav-account span{
	color: #F7F7F7;
    float: left;
    font-size: 67px;
    font-weight: bold;
    line-height: 68px;
    padding-right: 10px;
}
.nav-action, .guest{
	float: left;
	background: #f7f7f7;
	margin-top: 8px;
}
.nav-action a.thumb, .guest a.thumb{
	color: #666699;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
	font-family: 'NeoSansRegular', Helvetica, Arial;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/hIEfix.png,sizingMethod=crop);zoom:1;
}
.guest a.thumb{
	color: #999;
}
.nav-action a.thumb:hover{
	 color: #00aaea;
}
.nav-action a.thumb strong, .nav-action a.thumb img, .guest a.thumb strong, .guest a.thumb img{
	float: left;
}
.nav-action a.thumb strong, .guest a.thumb strong{
	line-height: 45px;
    padding: 0 10px;
}
.nav-action ul{
	margin: 0;
	float: left;
}
.nav-action ul li{
	background: url("/img/jobseeker/sprite_2.gif") no-repeat -676px -1189px;
    float: left;
    padding:12px;
}
.nav-action ul li a{
	width: 20px;
	height: 20px;
	text-indent: -999em;
	float: left;
	background: url(/img/jobseeker/sprite.gif) no-repeat 0 0;
}
.nav-action ul li.prefer a{
	background-position: -799px -434px;
}
.nav-action ul li.prefer a:hover{
	background-position: -798px -457px
}
.nav-action ul li.profile-nav a{
	background-position: -839px -435px;
}
.nav-action ul li.profile-nav a:hover{
	background-position: -838px -458px;
}
.nav-action ul li.logout a{
	background-position: -874px -435px;
}
.nav-action ul li.logout a:hover{
	background-position: -873px -458px;
}
.guest a.btn-register{
	background: url("/img/jobseeker/sprite.gif") no-repeat scroll -812px -596px transparent;
    float: left;
    height: 25px;
    margin-top: 9px;
    text-indent: -999em;
    width: 127px;
}
.guest a.btn-register:hover{
	background-position: -812px -636px;
}

.common-user{
	float: right;
	width: 400px;
	padding-top: 40px;
}
.common-link{
	float: right;
}
a.loginbtn{
	background: url("/img/jobseeker/sprite.gif") no-repeat scroll -861px -1104px;
    float: left;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    text-indent: -999em;
    width: 80px;
    margin-top: 10px;
}
a.loginbtn:hover{
	background-position: -861px -1128px;
}
a.getstartedbtn{
	background: url("/img/jobseeker/sprite.gif") no-repeat scroll -743px -1028px transparent;
    float: left;
    height: 25px;
    text-indent: -999em;
    width: 196px;
}
a.getstartedbtn:hover{
	background-position: -743px -1055px;
}
button{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	width:auto;
   	overflow:visible;
   	cursor: pointer;
}
#header .grid_14, .header .grid_16{
	background: url(/img/jobseeker/bg-header.gif) no-repeat 0 0!important;
	margin-top: -3px;
}
.header .grid_16{
	margin-top: -6px!important;
}
div#logo, h1#logo{
	float:left;
	padding-top:30px;
}
div#logo a, h1#logo a {
	display:block;
	width:180px;
	height:40px;
	text-indent:-999em;
	background: url(/img/jobseeker/sprite.gif) no-repeat 0px 0;
}
.sign-in-box{
	float: right;
}
.social-links span.separator-line{
	float: left;
	height: 60px;
	width: 15px;
	margin-right: 5px;
	background: url(/img/jobseeker/sprite.gif) no-repeat 0 -434px; 
}
.social-links {
	float: right;
	padding-top: 20px;
	width: 170px	;
}
.social-links a.facebook{
	background: url(/img/btnconnect.png) no-repeat 0px 0;
	text-indent: -999em;
	width: 149px;
	height: 20px;
	float: left;
}
.social-links a.facebook:hover{
	background-position: 0px -60px;
}
.sign-up a span span, .instant a span span, .social-links a span span{
 	width: 121px;
	float: left;
	text-align: left;
}
.ie7 .sign-up a span span, .ie7 .instant a span span, .ie7 .social-links a span span{
	float: none;
}
.login-wrap{
	float: right;
	width: 58%;
	padding-top: 15px;
}
.login-wrap .txt{
    width:135px;
    float: left;
    padding-right: 5px;
}
.login-wrap .submit{
 	float: left;
   	padding-top: 0px;
   	*padding-top: 5px;
   	padding-left: 0!important;
}
.login-wrap .txt label, .login-wrap label{
	font-size: 12px;
	color: #222224;
	float: left;
	line-height: 11px;
	width: 100%;
	padding-bottom: 4px;
}
.login-wrap .txt label.error{
	color: #ff0000;
	padding: 3px 0 0;
	*padding: 0px 0 0;
	font-size: 11px;
	width: 190px;
}
.login-wrap .txt input{
	border: solid 1px #c0c0c0;
	background: #fdfdfd;
	font-size: 12px;
	color: #666;
	padding: 5px 10px;
	width: 110px;
}
.ie7 .login-wrap .txt input{
	margin-top: 5px!important;
}
.login-wrap .txt .checkbox input{	
	width: 15px;
	height: 15px;
	padding: 0;
	margin-left: -2px;
	border: none;
	margin-right: 4px;
	margin-top: 0px;
	float: left;
	background: none;
}
.ie8 .login-wrap .txt .checkbox input{
	margin-top: 2px;
	width: 13px;
	margin-left: 0;
}
.ff3 .login-wrap .txt .checkbox input{
	width: 13px;
	margin: 2px 2px 0 0;
}
.ie7 .login-wrap .txt .checkbox input, .ie9 .login-wrap .txt .checkbox input{
	margin-top:2px!important;
	width: 13px;
	margin-left: 0;
}
.login-wrap .txt .checkbox label{
	color: #c0c0c0;
	width: 100px;
	padding-top: 4px;
	font-size: 11px;
}
.login-wrap .txt .forget{
	float: left;
	text-decoration: none;
	padding: 4px 0 0 0;
	font-size: 9px;
	color: #696bb1;
}
.social-links .IN-widget{
	float: left!important;
	margin-top: 13px!important;
	width: 144px;
}
.login-wrap .submit button{
	width: 52px;
	height: 24px;
	background: url(/img/jobseeker/sprite.gif) no-repeat -424px 0;
	text-indent: -999em;
}
.login-wrap .submit button:hover{
	background-position: -482px 0;
}

/* @end */

/* @group Content Setting */
#spotlight{
	float: left;
	width: 100%;
	height: 100%;	
	overflow: hidden;
}
#supersized-loader { background-image:url("/img/loading.png");
	background-repeat:no-repeat;
	height:45px;
	left:44%;
	padding:23px  52px 52px 45px;
	position:fixed;
	top:48%;
	width:65px;
	z-index:9999;
	display:none;}
	
#supersized {  overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ width:auto; height:auto; position:relative; outline:none; border:none; }
#supersized a { z-index:-30;  overflow:hidden; width:100%; height:100%; display:block; }
/* @end */
/* @group Footer Setting */
.footer-right{
	position: absolute;
	right: 0;
	top:0px;
	width: 400px;
	z-index: 80;
}
.share-network{
	float: left;
    padding-bottom: 14px;
    width: 100%;
}
.footer-nav ul{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-nav ul li{
	float: left;
	margin: 0;
	
}
.footer-nav ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	padding: 0 0 0 20px
}
.footer-nav ul li a:hover{
	color: #fff200;
}

.footer-nav p{
	color: #b3b3b3;
	font-size: 12px;
	margin: 0
}
.follow-us{
	background: none repeat scroll 0 0 #EAEAEA;
    color: #333333;
    float: right;
    font-weight: 400px;
    font-size: 14px;
    line-height: 21px;
    padding: 3px 6px 0;
    font-family: 'NeoSansRegular', Helvetica, Arial;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/hIEfix.png,sizingMethod=crop);zoom:1;

}
.call{
	background: none repeat scroll 0 0 #EAEAEA;
    border-radius: 3px 3px 3px 3px;
    float: right;
    font-weight: bold;
    line-height: 14px;
    padding: 6px 8px 4px;
    color: #666;
    margin-right: 5px;
}
.call strong{
	color: #333;
	font-weight: 500;
    font-family: 'NeoSansRegular', Helvetica, Arial;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/hIEfix.png,sizingMethod=crop);zoom:1;
}
.follow-us span{
	float: left;
	padding-right: 10px;
}
.follow-us a {
	width: 16px;
	height: 20px;
	float:left;
	background: url(/img/jobseeker/sprite.gif) no-repeat 0 0;
	text-indent: -999em;
	margin-left: 5px;
}
.blog-icon{
	background: url(/img/icon-blog.gif) no-repeat 0 2px!important;
	width: 47px!important;
}
.follow-us a.facebook-sm-icon{
	background-position: -557px 0;
}
.follow-us a.linkedin{
	background-position: -581px 0;
}
.follow-us a.twitter{
	background-position: -605px 0;
}
.share-network label{
	color: #333;
	font-size: 14px;
	float: left;
	padding-right:10px;
	font-family: 'NeoSansRegular', Helvetica, Arial;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/hIEfix.png,sizingMethod=crop);zoom:1;

}
.share-network a.send{
	float: left;
	text-indent: -999em;
	width: 54px;
	height: 21px;
	background: url(/img/jobseeker/sprite_2.gif) no-repeat -639px -1110px;
	margin-right: 10px;
}
.share-network .IN-widget{
	float: left;
}
.twitter-share-button{
	float: left;
	margin: 0 8px;
}
.share-network .email-friend{
	background: url("/img/jobseeker/sprite_2.gif") no-repeat scroll -617px -1166px transparent;
    float: left;
    height: 21px;
    margin-right: 10px;
    text-indent: -999em;
    width: 75px;
}
.sep{
	background: url("/img/jobseeker/sprite_2.gif") no-repeat -672px -1196px ;
    float: left;
    height: 31px;
    margin-top: -6px;
    width: 18px;
}
.footer-nav{
	padding-top: 10px;
}
.activity{
	display: none;
    height: 100%;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.loading-box{
	background-image: url("/img/loading.png");
    background-repeat: no-repeat;
    left: 48%;
    position: fixed;
    top: 48%;
    padding:23px  52px 52px 45px;
}
/* @end */


/* @group LightBox Setting */
#overlay{
   	background: url(/img/jobseeker/transparent.png) repeat 0 0;
   	left:0;
	position:fixed;
	display: block;
	top:0;
	width:100%;
	height: 100%;
	z-index:999;
}
#lightbox{
	position: absolute;
	top:0;
	left: 0;
	background:url(/img/jobseeker/overlay.png) repeat 0 0;
	padding: 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	z-index: 9999;
}
.lightbox-content{
	background: #fff url(/img/jobseeker/bg-header.gif) no-repeat 0 0;
	float: left;
	width: 100%;
	height: 100%;
}
.lightbox-content a.close{
	background: url("/img/jobseeker/sprite_2.gif") no-repeat -681px -1235px;
    height: 15px;
    text-indent: -99em;
    width: 15px;
    position: absolute;
    top:19px;
    right: 12px;
}
#reg-form-block{
	float: left;
    padding: 20px;
    width: 775px;
}


.via-email{
	float: left;
	padding: 25px;
}
.via-email h2{
	font-size: 24px;
	color: #99cc33;
	padding: 0 0 30px 0;
	margin: 0;
}
.via-email .input{
	float: left;
	width: 100%;
	padding-bottom: 15px;
}
.via-email .input label{
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #333;
}
.via-email .input label.error{
	font-size: 12px;
	color: red;
	font-weight: normal;
	margin-bottom: -10px;
}
.via-email .text label.error{
	float: left;
	padding-left: 10px;
}
.via-email .input input, .via-email .input textarea{
	width: 254px;
	color: #777;
	font-family: Helvetica;
	font-size: 14px;
	border: solid 1px #c0c0c0;
	padding: 10px;
	float: left;
}
.via-email .input textarea{
	width: 450px;
	height: 125px;
	font-size: 16px;
	line-height: 22px;
	font-family: Helvetica;
}
.via-email .input small{
	display: block;
	font-size: 11px;
	color: #777;
	float: left;
	width: 100%;
}
.via-email .submit{
	padding: 0;
}
.via-email .submit button.invite{
	background: url("/img/jobseeker/sprite.gif") no-repeat scroll -588px -1199px transparent;
    float: left;
    height: 25px;
    margin-right: 10px;
    text-indent: -999em;
    width: 67px;
}
.via-email .submit button.invite:hover{
	background-position: -588px -1226px;
}
.via-email .submit button.cancel{
	background: url("/img/jobseeker/sprite.gif") no-repeat scroll -588px -1274px;
    float: left;
    height: 25px;
    margin-right: 10px;
    text-indent: -999em;
    width: 67px;
}
.via-email .submit button.cancel:hover{
	background-position: -588px -1306px;
}

.success-resend{
	padding: 25px;
	float: left;
}
.success-resend h2{
	background: url("/img/jobseeker/sprite.gif") no-repeat scroll -809px -1876px transparent;
    color: #99CC33;
    font-size: 24px;
    line-height: 32px;
    margin: 10px 0 0;
    padding: 17px 0 0 150px;
    height: 140px;
}
.success-resend h2 span{
	color: #ccc;
	font-weight: normal;
}
.hidden{
	display: none!important;
}
.spotlight-details{
	position: absolute;
	width: 100%;
	text-align: center;
	top:30px;
	left: 0;
	z-index: 100;
}
a.get-started{
	background: url(/img/jobseeker/home-button.png) no-repeat 0 0;
	text-indent: -999em;
	display: block;
	width: 286px;
	height: 55px;
	margin: 0 auto;
}
a.get-started:hover{
	background-position: 0 -58px;
}
#feedback-block{
	background: none repeat scroll 0 0 #fff;
    float: left;
    padding: 20px 30px;
    width: 462px;
    overflow: hidden;
    display: block!important;
}
#feedback-block label{
	padding-top: 10px;
	display: block;
}
#feedback-block label.field-title-overlay-label{
	width: auto!important;
}
a.feedback-link{
	position: fixed;
	display: none;
	left: 0;
	top:48%;
	width: 40px;
	text-indent: -999em;
	height: 119px;
	background: url(/img/btn-feedback.gif) no-repeat 0 0;
}
a.feedback-link:hover{
	background-position: -40px 0;
}
#feedback .top-arrow{
	margin: -20px -30px 0 -30px;
	width: 600px!important;
}
#feedback  .submit{
	padding: 26px 0 0 0!important;
	float: left;
}
#feedback-block textarea, #feedback-block input{
	width: 438px;
	font-family: Helvetica;
	font-size: 14px;
	height: 70px;
	color: #777;
	padding: 10px;
	border: solid 1px #c0c0c0;
}
#feedback-block input{
	width: 234px;
	margin-right:  0px;
}
#feedback-block h2, #feedback-block h3{
	font-family: 'NeoSansRegular', Helvetica, Arial;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/hIEfix.png,sizingMethod=crop);zoom:1;
	color: #000;
}
#feedback-block h2{
	 background: url("/img/thumb-icon.png") no-repeat scroll 0 0 transparent;
    padding: 35px 0 23px 79px;
}
#feedback-block h3{
	font-size: 23px;
	line-height: 23px;
	padding-bottom: 0px;
}
#feedback-block textarea{
	overflow: auto;
}
#feedback-block .input{
	float: left;
	width: 273px;
	padding-bottom: 14px;
}
#feedback-block .input .wrap-field-title-overlay{
		width: 200px!important;
}
#feedback-block input{
	height: 18px;
}
#feedback-block .submit input{
	border: none;
	width: 94px;
	height: 36px;
	padding: 0;
	margin: 0;
}
#feedback-block label.error{
	color: #ff0101 !important;
	font-size: 11px!important;
	width: 60%!important;
	padding: 0!important;
	margin-bottom: -10px!important;
}
#feedback-block .submit{
	float: left;
    padding: 26px 0 0 !important;
}
/* @end */
.strip{
	background:#666699;
    height: 38px;
    position: absolute;
    right: 0;
    top: 95px;
    width: 18%;
    z-index: 999;
}
a.emp-link{
	color: #555599;
    font-size: 16px;
    height: 22px;
    margin: 0 0 0 15px;
    padding: 2px 0 2px 15px;
    margin-top: -2px;
    float: right;
    border-left: dotted 2px #ccc;
    font-family: 'NeoSansRegular', Helvetica, Arial;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/hIEfix.png,sizingMethod=crop);zoom:1;
}
a.emp-link small{
	font-size: 12px;
	color: #a3a3c6;
}
a.emp-link:hover, a.emp-link:hover small{
	color: #00A7E3;
}
.login-wrap label.inputHintOverlay{
	font-size: 16px;
	color: #c8c8c8!important;
	padding: 8px 0 10px 10px;
	*padding: 13px 0 10px 10px;
}
.webkit .login-wrap label.inputHintOverlay{
	top:2px!important;
}
label.inputHintOverlay{
	font-size: 16px;
	color: #c8c8c8!important;
	padding: 8px 0 10px 10px;
	*padding: 13px 0 10px 10px;
	font-weight: normal;
}
.center-box{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom:3px;
	left: 0;
}
.outer{
	width:350px;
	font-size: 11px;
	background: url(/img/jobseeker/spotlight/overlay.png) repeat 0 0;
	padding: 7px 0px;
	text-align: center; 
	color: #fff;
	margin: 0 auto;
}
.outer a{
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
}
.outer a:hover{
	text-decoration: none;
}
.photo-box{
	text-align: center;
	width: 100%;
	padding: 20px 0;
	float: left;
}
.photo-box h3{
	font-size: 20px;
	color: #99cc33;
	margin: 0;
	padding-bottom: 10px;
}
.photo-box p{
	font-size: 18px;
	color: #666;
	padding: 0 30px;
	line-height: 28px;
}
p.small-fon{
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	padding-bottom: 10px;
}
.photo-box p strong{
	font-size: 20px;
}
.img-thumb{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.img-thumb span{
	background: url("/img/jobseeker/trophy.gif") no-repeat scroll 44% 0 transparent;
    display: block;
    height: 120px;
    width: 100%;
}
/* External Page */

.google-url li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}
.google-url li a{
	color: rgba(255, 255, 255, 0.9);
	float: left;
	border-left: 5px solid rgba(164, 166, 181, 0.8);
	background: none repeat scroll 0 0 rgba(26, 27, 33, 0.6);
	padding: 10px 15px;
    text-shadow: 1px 1px 1px rgba(26, 27, 33, 0.8);
    margin-bottom: 10px;
    -webkit-font-smoothing:antialiased;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.google-url li a:hover{
	background: #00A7E3;
}
.google-url li a strong{
	color: #fff
}
.paging{
	margin:30px 0 100px 0;
	float: left;
	width: 100%;
}
.paging a{
	padding: 5px 10px;
	margin-right: 5px;
	background: #fff;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-font-smoothing:antialiased;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.paging span.current{
	padding: 5px 10px;
	margin-right: 5px;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
.paging .disabled{
	padding: 5px 10px;
	margin-right: 5px;
	background: #ccc;
	color: #333;
	text-shadow:  1px 1px 1px #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    
}
.paging a.next span{
	font-family: 'WebSymbolsRegular', cursive;
}
.paging a:hover{
	color: #fff;
    background: #c90047;
}
.spotlight-details p strong{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}
.spotlight-details p span{
	font-family: 'NeoSansRegular', Helvetica, Arial;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/hIEfix.png,sizingMethod=crop);zoom:1;
	font-size: 20px;
	background: #fff200;
	padding: 3px 8px;
	color: #333;
	text-shadow: none;
}
a.login-link{
	font-family: 'NeoSansRegular', Helvetica, Arial;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/hIEfix.png,sizingMethod=crop);zoom:1;
	color: #5f61ac;
	font-weight: bold;
	font-size: 14px;
	float: right;
	margin-top: 30px;
	border-left: dotted 2px #ccc;
	padding: 5px 0 5px 7px;
}
a.login-link:hover{
	color: #00A7E3;
}
.location-map, .selected-location, .main-location{
	width: 850px;
	margin: 0 auto;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	overflow: hidden;
	
}
.selected-location, .main-location{
	background: #fff;
}
.country-selected{
	width: 435px;
	float: left;
	padding: 30px;
}
.country-selected h2 span{
	display: block;
	background: url(/img/jobseeker/home-arrow.png) no-repeat center 0px;
	height: 28px;
	margin-bottom: 20px;
}

.selected-location .country-selected h2 span, .main-location .country-selected h2 span{
	background-position:  center -27px;
} 

.country-selected h2{
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	margin: 0;
	font-size: 24px;
	line-height: 24px;
	padding-top: 15px;
}
.ie .country-selected h2{
	font-size: 26px;
	letter-spacing: -1px;
}
.selected-location .country-selected h2, .main-location .country-selected h2{
	color: #333;
	text-shadow: 1px 1px 1px #fff;
} 
.country-selected h2 small{
	display: block;
	font-weight: normal;
	font-size: 14px;
}
.ie .country-selected h2 small{
	letter-spacing: normal;
}
.country-listed{
	float: left;
    padding-left: 55px;
    padding-top: 70px;
    width: 293px;
    min-height: 115px;
    height: auto!important;
    height: 115px;
}

.country-listed-iframe{
	float: left;
    padding-left: 55px;
    padding-top: 70px;
    width: 293px;
    min-height: 115px;
    height: auto!important;
    height: 115px;
}
.selected-location .country-listed, .main-location .country-listed, .selected-location .country-listed-iframe{
    background: url("/img/small-shadow.png") no-repeat 0 0px;
}
.country-listed a{
	background: url("/img/jobseeker/tag.png") no-repeat 0 0px;
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    margin-bottom: 5px;
    margin-right: 15px;
    padding: 0 0 0 10px;
    clear: both;
    line-height: 16px;
}
.country-listed-iframe a{
	background: url("/img/jobseeker/tag.png") no-repeat 0 0px;
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    margin-bottom: 5px;
    margin-right: 15px;
    padding: 0 0 0 10px;
    clear: both;
    line-height: 16px;
}
.country-listed a span{
	background: url("/img/jobseeker/tag.png") no-repeat right 0px;
    float: left;
    margin-right: -10px;
    padding: 7px 10px 7px 0;
    text-transform: capitalize;
    text-overflow: ellipsis-word;
    white-space:nowrap;
}

.country-listed-iframe a span{
	background: url("/img/jobseeker/tag.png") no-repeat right 0px;
    float: left;
    margin-right: -10px;
    padding: 7px 10px 7px 0;
    text-transform: capitalize;
    text-overflow: ellipsis-word;
    white-space:nowrap;
}
.country-listed a:hover{
	background-position: 0 -31px;
}

.country-listed-iframe a:hover{
	background-position: 0 -31px;
}
.country-listed a:hover span{
	background-position: right -31px;
}

.country-listed-iframe a:hover span{
	background-position: right -31px;
}

.location-block{
	text-align: left;
	position: relative;
	float: left;
	min-height: 133px;
	height: auto!important;
	height: 133px;
	width: 445px;
}
.location-block h3{
	background: url(/img/jobseeker/pin.gif) no-repeat 0 0;
	padding: 4px 0 5px 30px;
	font-size: 18px;
	color: #99cc33;
}
.location-list{
	float: left;
}
.location-block a.continue{
	background: url("/img/jobseeker/sprite.gif") no-repeat scroll -14px -470px transparent;
    float: left;
    height: 25px;
    text-indent: -999em;
    width: 88px;
    position: absolute;
    bottom:-10px;
    right: -350px;
    display: none;
}
.location-block span.msg{
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #333;
	line-height: 14px;
	padding-right: 45px;
	xbackground: url(/img/jobseeker/home-side.gif) no-repeat right 0;
	position: absolute;
	top: 7%;
	right:-239px;
}

.location-list a{
	background: url("/img/jobseeker/sprite_2.gif") no-repeat 0 -1985px;
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    margin-bottom: 5px;
    margin-right: 15px;
    padding: 0 0 0 10px;
    line-height: 16px;
}
.location-list a span{
	background: url("/img/jobseeker/sprite_2.gif") no-repeat right -1985px;
    float: left;
    line-height: 18px;
    margin-right: -10px;
    padding: 10px 22px 8px 0;
    line-height: 14px;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px #999; 
    white-space:nowrap;
}
.ff3 .location-list a span{
	padding: 8px 22px 10px 0;
}
.location-list a:hover{
	background-position: 0 -2017px;
}
.location-list a:hover span{
	background-position: right -2017px;
}
.location-block a.continue:hover{
	background-position: -102px -470px;
}

span.IN-widget a strong.linkedin-button{
	float: left;
	width:149px;
	height:30px;
	text-indent:-999em;
	background:url(/img/btnconnect.png) no-repeat 0 -29px;
}
span.IN-widget a:hover strong.linkedin-button{
	background-position:0 -89px;
}
