/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-436bcb7f-282b-4fa9-9c90-f201e242efa6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-67f1a9db-1b44-4d4f-bac0-115927b59c40) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b34fa777-2f31-4916-8a6b-9c9e29b2e36c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-43a15651-d15b-45e1-9693-c8dacffa784e) 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 {
}
