/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-514d45a0-5367-44b1-8046-3499b7732c6d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3ca96152-29f5-4fcd-bd99-964b53d2cf3b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7743bf24-f020-4c47-9141-c990f70a94b2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b84be180-c02b-4d84-9328-33ea3160fce5) 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 {
}
