/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3f904fe8-97bb-4020-ab69-64bdfa5a17a1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8115eaf8-5179-4760-a5f8-162acd2cc980) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0cc55a1f-2fdb-4e83-9e9f-8100c67f4257) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-732b4ca7-3358-42c7-8037-6d241b5d9fe6) 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 {
}
