/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-20da5022-1aa2-4cbf-a630-4c3daf2e57e6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d3eaf531-e341-487a-b4f4-164f89330dd2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-00a4e1dc-f630-4b30-a599-5dc049ca83de) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2b0c4fba-c2c1-4c66-838c-c653d7bedaf7) 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 {
}
