/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-29a07c43-b657-4142-a165-1763e652d756) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1025b9f5-ba28-4863-8db5-3f20fbb4b3e9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-538ffe92-1b3f-44c8-acbd-25b44fd222cc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a58ab812-4324-4655-8682-873dae008ea1) 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 {
}
