
.ses-closable-container {
	background: #E0E0E0;
	box-shadow: 0px 0px 4px #AAA;
	padding: 4px;
	margin: 4px;
	transition: background 1s, border 1s;
	-moz-transition: background 1s, border 1s;
	-webkit-transition: background 1s, border 1s;
	-o-transition: background 1s, border 1s;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.ses-closable-container {
	background: rgba(64,64,64,0.1);
	box-shadow: 0px 0px 4px rgba(64,64,64,0.5);
}

.ses-closable-container-to-be-removed {
	background: #F0D0D0 !important;
}

.ses-closable-container-remove {
	margin-top:2px;
	height:16px;
	width:16px;
	background-image:url(../../images/icons/delete.png) !important;
}

.ses-closable-container-up {
	margin-top:2px;
	height:16px;
	width:16px;
	background-image:url(../../images/icons/bullet_arrow_up.png) !important;
}

.ses-closable-container-down {
	margin-top:2px;
	height:16px;
	width:16px;
	background-image:url(../../images/icons/bullet_arrow_down.png) !important;
}

.ses-closable-container-remove-ct table tbody tr td {
	background-color: transparent !important;
	background-image: none !important;
}