/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6e28b464-6f7c-4261-8a89-5e644534c2f6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-06cf1c59-2bdf-43da-943f-50926ae73150) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-37844ca3-ba65-46e0-be89-3332a34f55c9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-32a7999a-e3d4-4aa9-9924-11d57806bacf) 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 {
}
