/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3aa399cd-8bf4-4242-a64a-571d7a400adc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-193d0e0f-1839-4aab-866a-b2eac76a2eba) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-96300385-8483-4a2c-8126-bdc8b33e91c0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-55a7c7e2-5897-489e-8b67-e004b1f30f8d) 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 {
}
