#nlg-results{
	font-family: Courier New, Courier;
	width: 350px;
}

#nlg ul li{
	border: 1px solid #ccc;
	padding: 5px;
	width: 485px;
	margin: 2px;
	cursor: move;
	font-size: 13px;
}


#nlg ul li div.template-inner{
	width: 400px;
	float: left;
}

#nlg a.close{
	float: right;
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	width: 20px;
	display: block;
	font-size: 15px
}

.clear{
	clear: both;
	height: 0;
	line-height: 0
}

#nlg-list-wrapper{
	border:3px solid #ccc; 
	padding:10px; 
	width:500px;
}

#nlg-list-empty{
	text-align: center;
	color: #999;
}

#nlg-post-template{
	padding: 10px 0 10px 0;
}

#nlg-template-label{
	margin: 10px 10px 10px 10px;
}

#nlg-left{
	width: 550px;
	float: left;
}


#nlg-right{
	width: 350px;
	float: left;
}

#nlg-select-post{
	width: 220px;
}

