/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9e6511a0-1a3a-4c70-97eb-ad908ab03632) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e88e5b8b-9e85-475e-8cb2-4f82e0c459ec) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-79b6780b-c097-417d-84b1-edc196846cd9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-789303ba-5ef6-499a-8662-09bd22b005d0) 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 {
}
