/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a11137a9-237a-4fa1-bdaa-8c2a7deebdb6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-89f47679-4e70-4bbe-9474-39a8c12ed243) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c4669ca2-58dc-4477-93c1-e6b2c12c2831) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-da7e3735-587b-4d3c-bf6e-f4bc26c58f6b) 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 {
}
