/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-db3c09e5-4cf2-4ed5-b7c4-084f9302f80f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7d317d50-77c9-40d6-832a-facc28bedbb5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4e15b684-14a7-4fa8-b527-1a57ff04881c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8bce653c-cdc9-4bb0-88b9-01580619bad6) 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 {
}
