/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9f68f8f3-c5fc-4049-be81-8ba0b61e092a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a830ebef-bf5c-43a9-bdde-74f14fd6cf83) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a1b6f9c6-d56e-45cf-a355-9db5931c0221) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4d6f5609-2027-4d6a-b9b6-bf014c86765d) 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 {
}
