/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6aaa115f-d1e2-4323-a5b5-0eb59eb9d082) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fd392249-9a54-43ec-ab1a-74c0788b6179) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-70f550e0-4f36-4c5c-8c66-12a323520682) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4279993a-ddb4-4013-886a-e531e217ff09) 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 {
}
