/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c79dcb6f-793c-4a23-9d1b-63da14fd81c3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-638bbdd9-6ee3-45b6-bca6-4debc75f69b3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8947cb7a-0f12-46db-bc51-c009a25a3158) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6fad2bc6-b5a4-48de-9e23-9c63c04cc8ce) 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 {
}
