/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cf9afa99-8f6a-478a-88ec-ec5ddd38e988) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-77d85cf6-34b7-4a46-b4e3-e3af22ec0cf2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f08a1724-d60b-4671-971a-314a57bb24ce) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c4071653-9309-4ad9-b266-a48635c1ada9) 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 {
}
