/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-633cd601-e6cc-41b6-b5bc-026a1eab6bbf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e2fb1a95-c131-4bde-b91c-7129f8c61de2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c12a9e36-32e5-4fc6-8c91-8e062bff6b31) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b8726a0a-0b75-4267-89e3-c3335862dc2c) 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 {
}
