/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-60c9aaa0-7b5a-4ae2-8e1f-16346d068c90) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5e2dfa7c-784b-48b1-981a-b85ac02677bb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2923d692-ed0a-48a9-a4f8-69fa4a3914f1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a1120105-7482-4a6c-b926-ba8328238dea) 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 {
}
