/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cb264fed-722b-4884-88aa-4c77a8b1a5ba) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9003622e-5452-49f7-b9f1-dacbd501d7d9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-581370cc-36b2-4173-a827-9f4b75309ffe) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cd6282b5-c522-4b3d-9fee-660f020a5653) 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 {
}
