/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8424e12d-997a-4f06-aec8-00dbdef53d30) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1bedb6cd-578d-47a0-b7c4-5cb7caf7f2ac) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b26f46a5-13d6-4f14-bff2-26c70c821f93) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9705eef4-c7f9-4643-be7a-47d8873cdd5c) 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 {
}
