/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e2720384-d2bc-4b03-9d9d-34bbcf504907) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-48bccb4a-5a0e-4041-9f0e-4c6af31d517e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9b53d36c-ce30-416e-9ad9-20e663223fa7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3677d9e7-89be-493d-8213-cef1d79b3898) 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 {
}
