/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-03232824-64a8-429f-9003-3f2f41b27034) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-78059ef6-d549-4198-b402-906d2b26afb8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b86d3502-8319-4e8b-8a15-7feb126c494c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3702d91c-5f0e-4a7a-b20d-4cc9d36e728d) 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 {
}
