/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3d56a36a-2983-45ba-8a4c-4414b051674e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ea792b94-0651-4321-bb09-03db04a7bbec) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ccdb5d93-0b2b-48ad-bb4d-8465dff46338) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c5e86fcb-6fa9-405c-acbd-a6626ddd0425) 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 {
}
