/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-651e83e1-1fe1-4e73-a1d8-8ae20b6be613) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a2a9e566-6fb4-4b75-a1e7-e1a0c424360b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b34a423f-57c4-4219-b943-eb8273fb1a99) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-185712e9-25cb-4cb2-a09f-1ee040a8ea88) 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 {
}
