/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-20470542-e6df-4e31-b1a5-87ccd3224b44) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d0896093-399a-45bd-929e-a6a88de7a124) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-15e8ae40-ea39-4204-a59f-87f1b7a849dd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-96fa8a23-87b9-44b1-b4a9-3d0b8ad99dee) 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 {
}
