/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e40870a0-0c74-43b1-ad36-35dbcfaab2e8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cf393d5a-7a8c-461b-bc6c-2c181ce3bd22) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e84c8bac-4f2f-4657-bbbe-790a9110974b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5087abfb-565b-4cbd-94ed-c93e6bcf7999) 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 {
}
