/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a37764a7-d081-4d53-82d7-ed7445013643) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e2cbe0c8-088b-49ce-bac8-08b447176d7e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5c2a6a44-a866-49fa-b7f8-430b095557b7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-54a4c4e0-2cdf-4f21-80f0-c7361217cba9) 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 {
}
