/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fdfa975c-acc8-4263-843c-691c8729ef42) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9572830d-1b79-4d43-bda7-8884c250100c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d2d5c814-d950-4909-bf5d-5345f73b8932) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9162b8f5-3079-4f90-81e2-d9078d3f3c9d) 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 {
}
