/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b5fb466e-f1eb-4d5d-af62-25f4b31b1746) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-64967777-d192-4618-a73c-889ab4621a44) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9f88f297-bff5-4bbf-91a4-0ad9c8290a28) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-381ee8d8-34f6-4eae-bd6e-384cc8321715) 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 {
}
