/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6936d0de-4c25-4c5c-bcfd-1259d80e7db8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-44b88a18-c91e-4d67-b2f4-67a6144a563b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-94e701f3-b838-4de8-9b2c-9e0f92e91afb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d295f869-e74d-46f8-8403-09668061603c) 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 {
}
