/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6b5c1b96-600a-492c-8a66-cf9de983ada9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e27da700-b7dc-4aa8-9e6c-40084eab34b0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-621acb52-4aac-4be9-badf-3107eb6c9bfe) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4041a90c-b746-446c-b2a3-bb66d5ca9f4c) 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 {
}
