/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e5e05425-8873-458b-99e3-99e8a8089e4d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b877d966-7e02-4db3-ba44-27683cfe2a0e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-036e1878-6a8d-400f-b48d-c13d4b43826b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-adac645b-c6ef-453c-ab38-6fbaf95b6570) 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 {
}
