@charset "utf-8";
#geoQuestion {  
    position:absolute;  
	display:none;  
}  
  
    #geoQuestionHeader {  
/*        width:342px;  */
	width: 450px;
    }  
  
  
    #geoQuestionBody {
	/*width:342px;*/
	width: 450px;
	height:192px;
	background:url(images/geoQuestion-fs8.png);
    }  
  
        #geoQuestionBlank {  
            height:22px;  
        }  
  
        #geoQuestionText  {  
            height:40px;  
			padding: 0 14px;
			font-size: 12px;
        }  

