/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1b293bd8-7871-41d8-9efd-c6cb7951e4c5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ff6246eb-75c9-452c-84c8-12c6a4365885) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c74fc8d3-1a1b-4b01-b156-8bf8a4178b3b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ca39b7ed-11b5-4608-9c53-a017090a1178) 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 {
}
