/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-63a2ca8f-2490-456b-bcce-6ceb9260c053) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-292a08b2-9dfc-4953-a298-9edb4ccfc458) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-74e38104-b1f9-4eef-9839-7174179679ee) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2bc3e8e3-b4b0-4658-a314-a30776ff99ab) 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 {
}
