ul#post-images{
	margin: 0 0 20px 0;
	display: inline-block;
	max-width: 99%;
	overflow: hidden;
	border: 3px solid #0babd0;
	border-radius: 5px;
	min-height: 122px;
	min-width: 122px;
}
ul#post-images > li{
	float: left;
	margin: 10px;
	cursor: move;
	position: relative;
}
ul#post-images > li.deleting{
	opacity: 0.5;
	background: #333;
}
ul#post-images > li > img{
	width: 100px;
	height: 100px;
	box-shadow: 0 -1px 6px #333;
	border-radius: 5px;
}
ul#post-images > li > span{
	display: none;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	margin: -4px -4px 0 0;
	border-radius: 8px;
	background: url(images/cancel.png) 0 0 no-repeat;
	cursor: pointer;
}
ul#post-images > li:hover > span{
	display: block;
}
div.b2widgets-left{
	width: 50%;
	overflow: hidden;
	float: left;
}
div.b2widgets-right{
	width: 50%;
	overflow: hidden;
	float: left;
}
#smart-widgets{
	width: 47%;
	border: 1px solid #ccc;
	padding: 5px;
	float: left;
	min-height: 35px;
}
#smart-widgets li{
	background: #ddd;
	margin: 10px;
	padding: 10px;
	cursor: move;
	font-weight: bold;
	text-transform: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
h4.right-one{
	margin-top: -26px;
	margin-left: 58%;
}
#widgets-page{
	width: 47%;
	border: 1px solid #ccc;
	padding: 5px;
	float: right;
	min-height: 35px;
}
#widgets-page li{
	background: #ffd;
	margin: 10px;
	padding: 10px;
	cursor: move;
	font-weight: bold;
	text-transform: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ffc;
}
span.remove-widget{
	color: #999;
	display: block;
	width: 1.2em;
	height: 1.2em;
	font-weight: bold;
	float: right;
	cursor: pointer;
}
span.remove-widget:hover{
	color: #f00;
}
.ui-image-hightlight{
	height: 100px;
	width: 100px;
	background: #eee;
	box-shadow: 0 -1px 6px #333;
	border-radius: 5px;
}
.ui-state-highlight{
 height: 1.5em; line-height: 1.2em; border: 1px dotted #ccc;
}
.b2-drop-hover{
	border: 1px solid #f00;
}
.b2-drop-active{
	border: 1px solid #f00;
}
#approve-post{
	margin-top: 20px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	background: #CDE432;
	color: #333;
}
