/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e699fae5-336b-4c61-b49a-cf61861e3158) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4621c130-d68d-4227-b1f0-9b351bebec85) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-46867640-b541-4766-bd22-a23d5cab8709) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fde2bafd-bf7e-4d4d-b442-dc6c65d65e61) 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 {
}
