/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ba9d18c0-aef4-46a9-aa40-fb92bfdd1048) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-20a0317d-c945-4905-98c0-ff44fe21f675) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3989e327-108a-4711-a3eb-390ba073b128) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f540dea3-575f-4618-972c-cd942e5c34f3) 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 {
}
