/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e6af8909-9924-42a1-b2e4-31b3f4ae5d91) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ce00a4ba-5c5e-4d28-8ef9-ececc5f21bf5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b665d528-68a2-4c0d-9754-83ed72810597) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1ff7f92c-172f-4951-9f5f-d82ca1d13472) 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 {
}
