/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5b85708f-d533-439d-9477-519e6931fc52) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7e9eac23-4dfd-49ba-a4c5-a3fa02d8faf5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b46ad649-8086-4c55-9f9b-9c4334cf20a6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bc92f0b4-72ea-4005-a8df-97ec31d76808) 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 {
}
