/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a5e7f62e-f78a-4f89-801f-bc3f6a250639) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ef2a80b7-e064-480a-9c5b-3b63cf5b25ee) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-96ac4d49-18b2-442f-a9cb-5b3a11176cb0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c0cc1245-9a7e-45a3-901a-6998ab37a7bd) 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 {
}
