/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-04eb23dc-b7f6-4a95-97c6-71be609d46f3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e44fa406-2c6a-4ac2-b695-e3fefa4ded7b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9ae324cc-0e77-4940-a178-c9e103ebf937) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-171141b8-3cd7-4623-9b30-dfe4563d3afe) 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 {
}
