    table {
    	position:absolute;
    	background: #ccc;
    	border-radius:5px;
    }
    
    input[type=text]:focus {
    	outline:none;
    	box-shadow: 0px 0px 3pt 2pt red;
    	-webkit-box-shadow: 0px 0px 3pt 2pt red;
		-moz-box-shadow: 0px 0px 3pt 2pt red;
}
    
    .typingBox{
/*    	position: absolute;*/
		border-radius:8px;
    	z-index:10000;
    	text-align: center;
    	font-family: Prototype;
/*    	bottom:212px;*/
/*    	left:18%;*/
    }
    
    .blankDiv{
    	
    } 
