/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9a1ab3c3-68f8-4904-b0ff-3af54e70bfe3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4b0a207b-4dec-44e3-a206-d099b195f3fa) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cfb389c4-f606-4002-a473-e0939c5fcf61) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e908fd6e-f495-4ffc-8fba-1fce4dd905b1) 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 {
}
