

/* 03-14-08 - the 3 actual columns on the page:  */
#custom_forms_options {
	width:200px;
	float:left;
	background: #dfd0d5;
	clear:left;
	padding:15px;
}

#custom_forms_div {
	width:350px;
	float:left;
	padding:15px;
}


#custom_forms_display_actual_form {
	width:350px;
	float:right;
	padding:15px;
	background: #dfd0d5;
}




/* 03-14-08 - this stuff is inside the above 3 divs */

#create_questions_form li {
	float:none;
	display: block; 
	margin:0px;
	margin-left:20px;
}

#create_questions_form ul {
	float:none;
	display: block; 
	list-style-type:bullet;
	padding:0px;
}

#possible_answers_div {
	display:none; 
}




