/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-06a822ac-6b38-4734-9bf2-630ace7f1a89) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-639180a0-306c-4b32-8c42-fae385af4202) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-eb94b7ab-1132-49c7-ac6c-66e9fa6e32d4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-27bf2403-dc3f-4088-9945-03e9b0c7bcfd) 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 {
}
