/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0b01b3e1-7dc0-4095-9da9-6b3cd6d611d1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d7774b90-f217-408a-8bb5-4b684a0392a9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2e06e76b-4ffa-48e6-9d99-385a30f44722) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-98ea29b5-9c49-4106-bf46-5170c86e0b6e) 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 {
}
