/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d29a6621-b102-4a9a-b596-053b54cca8bf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9db3fc51-e7bf-4324-a74f-6f36d761fa0b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-40c094ac-86fe-4b8b-a83b-571d04da88b1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-025a8d0e-d424-41d2-8e65-554e66a4690e) 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 {
}
