/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-466f2148-ae6f-4956-8dca-70f3515df8d0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-673a84eb-1a5f-4b7c-987a-899095158bb5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d7a2ed8f-7feb-4830-a10c-c5effd508bf5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1b0b417f-1129-4896-a2aa-969e603b23f1) 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 {
}
