/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c5a1be63-8d94-4895-bc7a-bf567cb16c04) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ab816d9f-5033-43c9-a702-e8e9dc8b6faf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1e5b4400-f8ff-483e-bda4-abb78695331d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-36d79cfd-4932-4681-b6ac-49f3d6ba26b1) 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 {
}
