/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-756479e8-04ae-416f-80ab-6cef9f36b0c9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d99729c3-c6f7-4251-a0e3-67528830ec53) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b698018e-0073-4fa9-a7b7-24c1376d02cf) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-170d8f06-645a-43d9-bcf3-2379470b3965) 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 {
}
