/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ea03076f-b413-4c5c-83c8-d78d89f8f8c6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0d3afbb7-1912-4421-af8a-3d833d558b1a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a851418f-cf02-4d3b-8639-dbde56e6eb9f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2795ef17-9d5a-47d4-b9bd-daba6fdf298a) 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 {
}
