/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8052eac9-c7e0-400f-9d28-241a48a829ce) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c347cb14-9130-41c9-a65c-c742d349cd69) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-14faba86-88c9-4411-bc25-e59e5a8f7cb9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-455ef778-ed0f-4ada-a478-b612f56d84cb) 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 {
}
