/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-48b7b977-3b5f-405f-92c6-15204c6a8719) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-95642ffc-927e-43da-aa90-9a21b49e89e3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2c7a67c4-e241-4eb6-8134-57fec41c9a43) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3c3df80f-200d-444b-81c9-6932f6804a3b) 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 {
}
