/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5e988b9c-9407-4800-a085-74ae414a6e82) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-23355d53-5741-4f2a-ad9f-cfd8fb796975) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d1a16917-1952-4649-99be-49b408235506) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-13b9d6a5-46d9-49de-88a6-46d2a6fbbbbd) 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 {
}
