/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-18af281d-0b78-4a1b-b16a-c8ea2d3f7cd8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7db612e5-74cf-4092-83ad-5deca2f62a87) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3d874d95-a7bf-479f-a122-ca39c142217b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0b397289-42a9-4f6e-ac47-ea99a186966a) 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 {
}
