/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6ef44796-82ab-4453-8a72-8c7015389dcb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-26af663f-1829-4f9e-b593-4a88e9febe3f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-45050b84-020e-4b7d-a331-c4e78adf15a0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-149a8724-79aa-495e-9295-876fb32bea30) 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 {
}
