/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5383ba7e-60b0-4ac6-be2a-a156be458520) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-185c67a7-72db-4ae9-a251-09a3b22691cc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-eb45e53b-1119-4c32-a744-000d03829607) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-264497f3-c7b2-470a-b443-d25177e6d35f) 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 {
}
