/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-05a9aab8-ea38-4188-a9b4-bd57ee9be66a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c46a136f-78e1-42f1-8564-a6ab1685b287) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8541e8f0-cc19-4fb2-8244-6e625c205d1a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-53fa1826-4d46-471c-8a3f-5dd3a10f7f36) 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 {
}
