/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3b8d1732-64e4-489d-8a4e-c11f8b975a13) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8e4cb814-20af-4ce5-94ad-78c4f2d15031) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6dca186e-f7d8-45bf-92ee-fa8d561a5912) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-506c60e6-58a7-4fd7-bae4-0ce4769b5540) 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 {
}
