/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-96b5d3f7-d952-457a-875d-7176db6f5f32) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-98af50da-b5d2-46a3-b062-daa64b2c288c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f41e3ec3-7d9e-43bc-8fb4-f639637be96f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bcb1409f-38bf-4360-8c62-f64a3f5570d4) 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 {
}
