/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e992831f-4aa4-48cb-ac2a-82a94125c049) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-524c822a-d4ab-4aff-b437-39ad9371420c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-baa9f8a1-ecce-42c5-b511-65f723848164) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e5058367-a7ab-41c1-ad4f-d932a30f75c9) 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 {
}
