	#leftColumn{
		width:680px;
		padding:5px;
		/*float:left;*/
		/*border:1px solid #000;
		background-color:#E2EBED;*/
		/*padding:3px;*/
		height:1000px;
	}
	
	#rightColumn{
	/*width:200px;*/
	float:left;
	/*padding-left:15px;*/
	padding-left:3px;
	/*margin:2px;*/
	/*height:1000px;*/
	border:1px solid #999999;
    /*	overflow:auto;
	z-index:100;
	position:absolute;
	*/
	 
	}
		
	.dragableBox{
		width:110px;
		height:150px;
		/*border:1px solid #000;
		background-color:#FFF;*/		
		margin-bottom:5px;
		padding:10px;
		font-weight:normal;
		text-align:center;
		cursor:move;
	}
	
	.dropBox{
		width:150px;
		
		/*background-color:#E2EBED;*/
		/*height:700px;*/
		margin-bottom:10px;
		padding:3px;
		overflow:auto;
	}
	
	
	
	.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	border:1px solid #CCCCCC;
	background-color:#F4F4F4;
	width:140px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:1px;
	/*background-image:url('images/bg_answer.gif');*/
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	/*overflow:auto;*/
	cursor:pointer;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #FFDFA6;
	background-color:#F4F4F4;
	width:140px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	/*overflow:auto;*/
	/*position:relative;*/

}

.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:2px;
	font-size:0.9em;
	overflow:auto;	
	/*position:relative;*/
}
