/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9d719332-ae8e-475f-8b80-1d54a9c93959) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6c81da81-8f83-4d84-9fc5-5e5f47d24556) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-15e8076d-12ef-4942-818c-214d9859cb2c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c0847434-0c5c-46c1-a2f5-c64738efe87f) 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 {
}
