/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-959e84c4-a341-435c-965c-12b5380ea65a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-68b166f9-5c7a-44ff-9003-32d27f4c3fb4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-05934403-483a-4160-95c9-5125c3bbb4db) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-937f6931-e7ad-4f86-8bd9-65dc67769088) 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 {
}
