/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7bb0dba5-48c2-4b8c-b1c1-d4ddd65947c7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a4e3d7ab-7ced-424e-81bf-bb9938b68265) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cfaa7c6b-5498-4045-8a70-03290526f475) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-71c2185e-bd0c-480a-8f4a-46a1a4c6cd7c) 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 {
}
