/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0a47e829-11e0-40f3-b960-e6dcbf02cf4d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4ca2ee48-1bde-4349-a8d9-522ba43127b4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7e55ae8e-0a50-4c29-b82e-537afd5a2f22) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c57f5b74-28b5-4794-b53c-2a62648bd521) 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 {
}
