/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ed71a38e-9cfd-48eb-81e7-474f3bf38415) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a972c923-ae6a-4cff-8134-913e4068d489) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-552043e1-1ab3-4c71-931a-34a79a61b668) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cf8506d6-aee1-45d1-a912-37064e4bedc6) 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 {
}
