/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-06781329-4e02-45e5-9fda-e6539ae5f446) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b5731552-657f-4c3a-bf09-9fc5e0e727ba) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-236b3d33-551a-4b7e-af5a-7f062b158eb9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5d9a29aa-679d-43b5-884b-a921eae73e89) 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 {
}
