/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c48224e1-7679-4141-9fdd-3096a1788d3b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e5392b7e-6e04-4507-ba23-c4028dd95eb5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4d505b28-7344-4f2a-bef6-66b67b8d1c85) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b3f6411d-31ea-4b65-b584-f5fe7875449a) 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 {
}
