/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8d7ce9e0-42a5-42da-8bdb-892e48bc8e3c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-01c3e4fb-6e6b-4234-8537-709a505e15ff) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4915189e-7b11-45c3-9b7f-e17abfce412b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-798da466-c77c-4c52-9f0a-8778d75ad7c8) 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 {
}
