/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-48bcf86e-8ebc-48ab-bef2-1310fbd51a89) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-306e7492-4e0f-48db-bb2a-b240f6343e4b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-98dcefa2-c236-4e1d-a38e-a3faa6fa184f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2344f1b4-dd77-4eb5-8384-d56225aea4f5) 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 {
}
