/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2a3d1ceb-ba1f-444d-bf01-9fb8ed4a2982) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-06c65dce-e8a8-4a16-9bb0-d0bc02fe9b8d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d9e3033f-4c29-4459-9fec-faaade77cf7a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-28c5434e-4a40-4263-b23a-e5664d538393) 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 {
}
