.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#000000;
	font-size:0.9em;
	background-color:#000000;
	width:156px;
	background-repeat:no-repeat;
	background-position:top right;	
	height:51px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #B3B2B2;
	background-color:#EAEAEA;
	width:156px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:absolute;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:absolute;
}

.formField {
    border: 1px solid #1B9A02; 
    color: #000000;  
    font-style: normal; 
    font-family: verdana; 
    font-weight: normal; 
    font-size: 8px; 
    background-color: #D2EDCC;
    }

.formPO {
    border: 1px solid #1B9A02; 
    color: #000000;  
    font-style: normal; 
    font-family: verdana; 
    font-weight: normal; 
    font-size: 10px; 
    background-color: #D2EDCC;
    }

.formSecondary {
    border: 1px solid #D2EDCC; 
    color: #D2EDCC;  
    font-style: normal; 
    font-family: verdana; 
    font-weight: normal; 
    font-size: 10px; 
    background-color: #1B9A02;
    }
    

.Primary7bold { 
    font-size: 7pt; 
    font-weight: bold; 
    color:#7C3422;  
    text-decoration: none; 
    }

.Secondary7bold {
    font-size: 7pt; 
    font-weight: bold; 
    color:#1B9A02;  
    text-decoration: none; 
    }
 
