/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-20465236-887a-4233-b107-bb0b33a6c42b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-02a1641a-1a1a-48a8-a0cf-b77390471a51) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fa55bb44-1afc-48f7-8342-ddbaa1685e0a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8d780b95-7e4f-4037-b14c-16bbd617ca58) 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 {
}
