/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-aad8a2ae-a5f3-4d5e-a25e-8e816a79c45f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c6bba6c4-17ee-4362-b0a6-ac499368a90e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2041218f-ff90-4883-852e-80599e796a24) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-05e0878f-0bee-4bd8-978a-590e28ac2789) 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 {
}
