/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e8a5f3a1-b192-4f70-8a5a-608883c584ea) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-79ccbd7d-7a22-4f72-8bd9-cfccfd8a6faa) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2832355c-acbf-4aa5-9e7b-327c53ea51ad) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7a37803e-2bb4-4e36-9be0-8c7599c31fa9) 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 {
}
