/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-248ab72d-48b2-4270-a3bb-7b0cb5166100) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e28ee021-87f2-4b43-abff-bdac06793a7a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fc5044d7-3c8b-499f-bae4-445fd2d6c66b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f43096d9-e7e0-444e-8675-96c0ce8fb342) 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 {
}
