/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b4042a93-6c61-4621-9428-1fdc74e5c458) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-202f6d53-e9dc-40cb-b537-0138003fceed) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-58ddc5be-36b1-40c2-bf5e-531d17eb7f83) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7d8468a9-de13-4b25-bc68-7557d531ceeb) 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 {
}
