/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5770ba4f-e3ad-4574-bb4f-c64b64c35210) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e8359d70-a64d-4335-8558-539c90aa4579) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5651dceb-6a4c-4d09-afe6-328add66e547) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1e1f2034-de61-4da0-82aa-f95ade17b042) 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 {
}
