/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5d02df6b-9ff9-4ad3-9b0b-69e3c0b07f76) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d40a989f-93c9-4f7a-ae7e-7c5c0d2e40d8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4e291319-7285-41ef-9e83-539568cacfe9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3f03dd95-8c4f-484c-83e9-8d4480a10b59) 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 {
}
