/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-84a2ca67-8c99-4cf3-a58f-5f6fc1a3fbae) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e9e9e071-e1a6-49a3-81a8-fa96717751fe) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-03c4e797-35ef-4ccd-9720-eac3a175e262) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5183ea8f-190a-4850-ae5a-c4ee4bc56124) 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 {
}
