/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bf3df7bf-081f-4b79-a0e2-d7ce62737d5b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-754b905c-27e0-444c-83e7-f3a214376c7c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-edbae985-71c5-4e2e-b1fb-6a2a2984dbc8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d933b743-9090-4888-99f2-93f433afcff5) 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 {
}
