/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-824a0d74-9e08-4bab-96f7-4f9e36a70633) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9e86bcfa-0eb2-4fc4-a17c-3c14d7a3b576) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-aa3f7814-f138-4ec0-8164-c5af6243d138) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7219de7f-7135-4a3e-889e-7a454d5c454c) 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 {
}
