/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e0af1feb-54c9-428f-927f-0c52dc90b76d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-69d738ba-1605-4268-ad4b-0fa38265287b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-593b21ff-1504-4d1c-a9bb-0988b0caac27) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-47665456-2286-4c09-af5f-76576f9accf8) 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 {
}
