/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-435ad333-dda0-4798-93dd-c74259635589) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c228d981-eb85-4a36-8d56-3b3d8c8198b6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2a8f8eef-9964-4a8c-b466-863cdbe0df78) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5cf72b6c-3c02-4a66-9bca-3715be89c99d) 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 {
}
