.quest_header {
   color: #3B473B;
   background-color: #E0E0E0;
   padding: 4px;
   text-align: center;
   font-weight : bold;
}

.quest_text {
   border-top: 1px none #CCCCCC;
   border-right: 1px none #CCCCCC;
   border-bottom: 1px none #CCCCCC;
   border-left: 1px none #CCCCCC;      
}

.quest_text_dashed {
   border-top: 1px none #CCCCCC;
   border-right: 1px none #CCCCCC;
   border-bottom: 1px dashed #CCCCCC;
   border-left: 1px none #CCCCCC;      
   padding: 4px;
}

.quest_input 
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #d3d3d3; color: #000000; border: outset; border-width: thin; text-align: center }	
