/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-eada25e4-e02f-4677-be82-b00aea380f70) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a57281aa-d0a1-4ddc-9278-8bbdeff9ecb7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f4fd48b3-9f84-4888-8a60-15f9ba03fcf6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-75b86be3-204f-4aa3-a432-7c00ae6ba682) 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 {
}
