/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3e9f95b7-531a-4faf-ae00-659400d2ae82) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-922adefd-ec5f-42eb-881c-e9cdaf6bbf60) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e838bb80-7686-4b66-a56c-caaf748efc67) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c2c4a197-0b27-4e2c-8ed7-a786b3fac71f) 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 {
}
