/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0feafc09-f50c-4453-baa7-2342b4a5cbdc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5b2be928-6289-4a6b-81fb-0267071e067e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cbf7c801-ee70-4b7c-a832-57916a2a7344) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b70cad1a-4ecd-44e4-8a78-4f12dcc6e948) 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 {
}
