/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a096140c-765c-4fd5-a600-cd1f1aed4b2d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c16a8c43-f401-41f0-a91b-bc6059c4b35d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c9fbd1d2-1b3d-4b16-b140-d34e8f25dc74) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-846deb37-0206-45dc-aece-805b0cb98977) 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 {
}
