/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a47a43c3-b848-4d84-8cf8-b66ae15cc79f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8f947b4c-7586-4708-8962-640e4a7f2c4a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-eac79ee6-6cbf-4cb7-ac75-54d4bd7386ac) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7a219ce0-b7d2-4c70-9acc-8fe6c67d819f) 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 {
}
