/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f131d0f8-1304-4659-b4b0-473399f257e0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c244b48c-510f-4535-9568-0d1d26b2e5bc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ac4efd5a-a2db-44fc-b572-3a31533f3c45) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-30d5f599-8d1a-4412-9e60-ce5a3d5a8c93) 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 {
}
