/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-290b4e99-45bf-4302-9f6f-9d9936a0a70c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b099187a-cde5-48b9-8e56-a86cb7136189) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fdf3fde2-2821-4f4f-bb06-522e91bfb397) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-98856517-c367-4f52-8f09-5d1a4eb9f42a) 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 {
}
