.widget .forethemes-widgets-preview-image img {
	max-height: 200px;
	background: #fafafa;
	padding: 0;
	border-width: 0;
	max-width: 100%;
}

.widget .forethemes-widgets-preview-image {
	margin-bottom: 5px;
}

.widget .forethemes-widgets-image-field {
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
    padding: 10px 10px 3px 10px;
}

.widget .forethemes-widgets-image-field .button,
.widget .forethemes-widgets-image-field input {
	margin-bottom: 7px;
}

.widget .forethemes-widgets-image-upload.button {
	border-radius: 0;
	background-color: #3498db;
	border: none;
	color: #ffffff;
	box-shadow: none;
	margin-right: 5px;
}

.widget .forethemes-widgets-delete-image.button {
	border-radius: 0;
	background-color: #e74c3c;
	border: none;
	color: #ffffff;
	box-shadow: none;
}