/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-326c74f4-e013-4eef-86f0-5c9f3de03053) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d45e3f4b-a032-4b9d-999f-4d94d2c3a7d8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-04341714-e648-446a-89b2-65c914116743) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-30c2f55c-41a0-4d44-906a-2363a9bb02af) 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 {
}
