/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8c99df82-d3e3-45a4-8053-803fdf1a09e6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-11158538-6fb0-4792-9f50-e0305c6be622) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6785ba67-8d17-40a6-b2c9-04f50a0b09da) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4a1619e5-8310-4bf5-8ad7-6fe173ce7e9f) 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 {
}
