/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-191be81c-ecf0-4b8e-a5d6-4f6fb11667bf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5a163366-48c6-443f-8f76-874f8c9e1547) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-433b537d-f3c3-442f-99e0-d07758d093a0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-67e93a35-13b7-4779-9543-8eb6c4ab5430) 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 {
}
