/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-687f8ebf-d2cc-435b-aa5b-e51a4124a93b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cedac111-6783-4e54-9faf-3b69f61c06e6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ed2fda55-1c5e-4f28-9901-34cf4e10adbd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-87062294-1247-4c77-aaac-14c0264bbbf8) 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 {
}
