/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-58f5b875-a309-422a-ae77-cba51493ac31) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ac2d1600-958e-435e-af7a-bb81d8e7f7b7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7dff5677-36c1-4902-8585-f05a059d918a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bbafc658-2141-40fa-abef-a14aaef3dc1e) 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 {
}
