/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8926fb8f-1226-4b17-a1c1-ca64ec649191) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3e775dbb-f753-4942-a8db-f831f6734f41) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-46c45c1d-592f-4b27-809d-113e14ab2875) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-328d6471-47c4-427c-beac-4a42a58a2a3b) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-selection {
}
