/*Generic----------------------------------------------------------------------------------------------------*/
html{
	width: 100%;
}
body{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	width: 100%;
	font:11px Verdana, Geneva, sans-serif;
	color:#fff;
	line-height:18px;
}

/*dream job pop up content-------------------------------------------------------------------------------------- */
#overlayWindow
{
	position: absolute;
	width: 756px;
	height: 346px;
	z-index: 1000;
	background:url(/nescafe/kickstart/images/bg_popUp.jpg) no-repeat;
	left: 50%;
	top: 50%;
	margin-left: -378px;
	margin-top: -323px;
}

#dreamjobbanner
{
	background:url(/nescafe/kickstart/images/bg_dreamjobBanner.jpg) no-repeat;
	width: 756px;
	margin: auto;
	height: 646px;
	margin:0 auto;
	font:11px Verdana, Geneva, sans-serif;
	color:#fff;
	line-height:18px;
	position: relative;
}

#overlay
{
/*	height:940px;*/
	height:1000px;
	width: 770px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.80;	
	filter:alpha(opacity=80); /* opacity if for FF, filter for IE, semitransparent background */
	background-color: #000;
	z-index: 99;
}

*html #overlay
{
	/*height:960px;*/
	height:1020px;
	width: 770px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.80;	
	filter:alpha(opacity=80); /* opacity if for FF, filter for IE, semitransparent background */
	background-color: #000;
	z-index: 99;
}

#overlayBtnClose
{
	position:relative;
	width:52px;
	margin-top:-25px;
	margin-left:700px;
}

#overlayBtnShare
{
	position:relative;
	width:125px;
	margin-left:7px;
	margin-top:-5px;
}

#overlayBtnWin
{
	position:relative;
	width:125px;
	margin-left:160px;
	margin-top:-5px;
}

#overlayBtnSend
{
	position:relative;
	width:162px;
	margin-left:20px;
	margin-top:-5px;
}

#overlayBtnJoin
{
	position:relative;
	width:124px;
	margin-left:20px;
	margin-top:-5px;
}

#overlayBtnVote
{
	position:relative;
	width:121px;
	margin-left:300px;
	margin-top:-5px;
}

/* fill in box ----------------------------------------------------------------*/
.fillin_box{
	border:none;  height:18px;
	background-color:#FFF;
	}
#popup_header{
	margin:70px 20px 10px 420px;
	}
#popup_content{
	font:12px Arial, Helvetica, sans-serif;
	color:#FFF;
	min-height:20px;
	line-height:16px;
	margin:10px 40px 10px 420px;
	}
/*Previous seasons pop up content-------------------------------------------------------------------------------------- */
#overlayWindow2
{
	position: absolute; width: 392px; height: 439px; z-index: 1000; margin-left: 200px; margin-top: 20px;
}
#overlay2
{
	height:490px; width: 100%; position: absolute; top: 0; left: 0; opacity: 0.80; filter:alpha(opacity=80); background-color: #000; z-index: 99;
}
#overlayBtnClose
{
	position:relative; width:52px; margin-top:-25px; margin-left:700px;
}
