	#nonsortable {
		list-style: none;
		background: #eee;
		border: 1px solid #ccc;
		margin: 5px 0;
	}
	#nonsortable li {
		padding: 10px;
		
		
	}
	
	#sortable-list {
		list-style: none;
		cursor: move;
		

	}
	#sortable-list li {
		border: 1px solid #ccc;
		padding: 10px;
		margin: 5px 0;
		background: #eee;
	}
	.right {
		float:right;
		width: 49%;
	}
	
	.left {
		float: left;
		width: 49%;
	}
	.title {
		font-weight: bold;
		text-align: center;
	}
	#emails, #newitem, #newimage, #publish {
		display:none; 
		margin: 25px 0px;
	}
	#publish {
		text-align: center; 
	}
	.emails {
		width: 100%;
		height: 300px;
	}
	.addnewitem, .createemails, .publishstories {
		width: 50%;
		margin: 20px auto;
		float: none;
	}
	#newitem {
		margin: 20px
	}
	
	.contentbox.edit_title, .contentbox.edit_story, .contentbox.edit_area {
		border: 1px solid red;
		padding: 5px;
		margin: 5px 0;
		cursor: text;
		background: #ccc;
	}