/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5189939d-4c07-400f-8283-707e51e55f52) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c63b9aeb-39cd-463e-a316-144fa282e967) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-07961101-3da3-43f6-a0ec-4bb8cc0ecb77) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9f10dea7-7025-42b4-8cc5-458dacc14800) 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 {
}
