/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c5a50bd1-80e6-4942-8eef-49638af0f8ba) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c1a296ea-6713-4c63-80ad-515ca06c6b59) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0f5fed64-caa6-4e12-a5f6-b435687da20b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6619954a-d08f-4122-b32b-44399287b463) 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 {
}
