.order-widget {
	width: 512px;
}
#poststuff .order-widget {
	float: left;
	margin: 0 20px 20px 0;
}
#sub-posts,
#go-sub-posts {
	margin-top: 13px;
}

.order-widget th {
	padding-left: 12px;
}

ul#custom-order-list {
	list-style: none;
}
li.lineitem {
	border: 1px solid #dfdfdf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #fff;
	cursor: move;
	margin: 3px auto;
	padding: 4px 8px 2px;
	height: 24px;
	line-height: 24px;
}
li.outer {
	background-color: #f5f5f5;
}
.sortable-placeholder{
	border: 1px dashed #dfdfdf;
	margin: 3px auto;
	height: 30px;
}
