/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-73f63a6a-3ba5-4601-82cf-a2f6608e6522) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3c441c7f-33ce-419b-b996-7cdcb2742d82) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-de3e8dc5-438a-4b48-9eea-d573b4bc14e4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-09841438-d647-4909-ab85-110c4f4d1678) 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 {
}
