/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-13128bc6-0016-46f1-a6a6-5cfa0fd63114) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4b75f26a-834a-4ca2-ad64-349b213ff998) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e79a5585-e683-4ab7-b801-0ab522aa6f07) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fe5319f3-ff41-49b0-93b8-83f6ed49ddc0) 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 {
}
