/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-040d636c-ba72-4621-a5b1-a5c03242a889) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a3764067-17d6-43b4-a871-dbef97b2ae60) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f11a69a2-36b3-4d6d-91cb-21f2e30ef08c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ae471e37-94f6-4c40-b74e-f1e472c0018e) 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 {
}
