/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e5869a6b-ec64-42ba-9d37-c14a5ed3fb1b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-36cf0e1c-91e8-44a7-963f-b92145d428d9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-de458232-1e60-401d-9576-879d9210a29e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9facc007-47ee-4b80-b72a-f2bcbcbb2acc) 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 {
}
