/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5ccef4c0-180c-4d2f-8d2a-5af5bff12188) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e37461dc-551b-4553-80e6-77a6f172362a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b1657e76-03ab-4c2b-a2bf-2320dd8291c2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e368ac47-8a84-42b1-8343-696e3d01097d) 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 {
}
