/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-83dfc1a9-2433-479f-b1bb-acdc9026fcae) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-512ec18e-00e2-40d8-b1b5-3aabfa685819) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-28e8aeb2-ddbb-490d-ba25-016dc9a5ca3a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5f295ee1-f5ab-47b8-94bb-9a3caa8425b6) 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 {
}
