/* Popup */
.popup{
	position:absolute;
	display:none;
	width:600px;
	height:auto;
	margin:100px 0px 0px 100px;
	z-index:1000;	
}
.popupheader{
	background:url(http://im.rediff.com/predict/images/bkg_popup_header.gif) transparent no-repeat bottom left;
	height: 28px;
	font-weight:bold;
	color:#00B7F2;
}
.popupclose{
	position:relative;
	float:right;
}
.popupbody{
	position:relative;
	background:url(http://im.rediff.com/predict/images/bkg_popup_repeater.gif) transparent repeat-y top left;
	padding:5px 20px 5px 5px;
}
.popupfooter{
	position:relative;
	background:url(http://im.rediff.com/predict/images/bkg_popup_footer.gif) transparent no-repeat top left;
	height:28px;

}
.popuplabel{
	color:#7EB535;
}
.popupvalue{
	color:#000000;
	font-weight:bold;
}
.popuphr{
	margin:5px 10px 2px 0px;
	border-top:1px solid #97D6FF;
}
#popupleft{	
	position:relative;
	z-index:1000;
	border-right:1px solid #97D6FF;
	width:45%;
	float:left;	
	padding-right:20px;
	margin:10px;
}
#popupright{
	position:relative;
	z-index:1000;
	width:45%;
	float:left;
}
.popuplinks{}
.popuplinks a{
	color:#0000FF;
	font-size:x-small;
}

#popupjoinnow a{
	color:#0000FF;
	font-size:large;
	text-decoration:none;
}

