/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-192b2c76-8825-4c34-9b33-191837b61115) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f7f0358c-b1d5-4cf7-add6-6e57afa2a95c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4a20daf7-6faa-4aa8-82d4-7555989dc567) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9a962c79-5387-48dd-baea-b79fac654b9e) 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 {
}
