/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-84112059-65a8-4104-b311-0aeb4d0c65a1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b7a77b5a-c6e1-4221-b060-3ac84ac1c8f3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-98781258-c01a-4b48-896e-e9a48ec7e5a8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8017d9cf-78ae-433a-9506-842f08e0898e) 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 {
}
