
		
			#lightbox{
			    display:none;
		    	width:500px;
			    /*background:#2d2d2d; */
			    padding:10px;
			    border:2px solid #eee;
			   	background: #123054;
			    color:#fff;
			    font-size:12px;
				position: absolute;
			    top:50%;
			    left:50%;
			    z-index:9999;	
			    margin:-220px 0 0 -250px;
			    -moz-border-radius: 7px; -moz-box-sizing: border-box;	    
			    }
			#lightbox[id]{ /* IE6 and below Can't See This */
			    position:fixed;
			    }
			#lbLoadMessage {
				color:#ffffff;
				font-size:12px;
			}
			#lbLoadMessage h3 {
				color:#fff;
			}
			#calc_show {
				margin-left:25px;
				margin-bottom:15px;
			}
			
			#overlay{
			    display:none;
			    position:absolute;
			    top:0;
			    left:0;
			    width:100%;
			    height:100%;
			    z-index:5000;   
			    background-color:#000;
			    -moz-opacity: 0.8;
			    opacity:.80;
			    filter: alpha(opacity=80);
			    }
			#overlay[id]{ /* IE6 and below Can't See This */
			    position:fixed;
			    }
			#close_calc {
				float:right;
			}
			#preflop_calc {
				display:none;
			}
			#flop_calc {
				display:none;
			}
			#turn_calc {
				display:none;
			}
			#twoplusforum {
				display:none;
			}