/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e26afba6-9c11-4edd-a647-dc4e515b6d1a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-aec4b697-5517-4aa5-b769-e81e4df433d0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b5825dbf-6c94-4d24-ab2b-2a350cb0a553) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fecce3f2-b1ed-44eb-855a-a076269c378b) 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 {
}
