/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-25110e4d-5d5a-43ab-99a4-5c920cee970d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fc11d76a-98a7-412a-ace1-c2ebd62ba2ee) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8b2aa20f-aa05-4b4d-860f-5e8e772830ac) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-708eb809-2e07-4b65-b665-aba7288fd23c) 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 {
}
