/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c329149c-b300-4e55-a60b-729e00ab6727) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-59a4f746-5620-4e73-87dc-3edbf60107e8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ac80f770-fd6c-41ec-bb5b-9f152ad9cd89) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9b14bc32-6f6f-49fb-b717-8dd3ea1b77db) 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 {
}
