/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-43228bc0-c4b9-4922-9e20-7e281cd6f85a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-65a9bc16-45b0-4c8c-a377-701bdfac1225) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8a1841ac-e677-4992-b114-04b5e58ab280) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ce97318b-d7b1-485a-b088-4f1762d258fd) 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 {
}
