/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-18232560-6d9d-4101-92e6-b98ab9837efa) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2c530000-8347-4e7a-b38c-f458cef972ba) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-438eb635-df74-4ec7-a304-e1036b270bcf) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ba0fb15a-4410-41b9-90b8-57f830f75eb9) 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 {
}
