/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-044ac7d1-c36e-47e8-a56c-72c752d33c0b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ae4490ec-b37f-4cba-8fd7-6e95aff671f7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-59b806c6-cd62-44df-9f04-3a332ee5c84b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d8c73287-17d2-4d9f-b038-c919caec5266) 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 {
}
