.wps_remote_container {
    background-color: #efefef;
    padding: 6px;
    margin: 6px 0 6px 0;
    overflow: auto;
    position: relative;
}

.wps_remote_remove_preview {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    padding: 2px;
    background-color: #fff;    
    cursor: pointer;
}

.wps_remote_container_img_div {
    position: relative;
}

.wps_remote_container_img {
    position: relative;
    float: left;
    margin: 0;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
    border: 0 !important;
}

.wps_remote_remove_image {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    padding: 2px;
    background-color: #fff;
    cursor: pointer;
}

.wps_remote_container_meta {
}

.wps_remote_container_title {
    font-weight: bold;
    font-size: 0.8em;
}

.wps_remote_container_desc {
    font-size: 0.8em;
}