/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f1396c7e-bb47-4f0b-9f12-e58ca9de5102) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cb530ba4-0404-4c41-a9bc-a5f0ef6f5c3b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0441bb33-8f99-477a-8b04-e5fda5e35090) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b7a34a9d-d95d-4111-971f-afdcd3408ef7) 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 {
}
