/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-638c0a1f-85bd-4382-a0d4-624269b1206b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2993e9e8-4526-485b-bdee-3eb680069c3a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0b7006da-a91d-4a77-b8e1-e0ca4e73636c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b35acfbd-9239-43d9-a876-1703892c73d9) 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 {
}
