/* 






















 configuration.ftl included */

body {
	height: 100%;
}

.transferDialog {
    left: 50%;
    top: 50%;
    background-color: #555;
    border: 1px solid #000;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, .2);
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .2);
}

#transfer_Dialog {
	position: fixed;
	width: 600px;
	height: 300px;
	margin: -150px auto 0 -300px;
	z-index: 1001;
	behavior: url(/ips-opdata/layout/ips01/commons/styles/PIE.htc);
	padding: 10px;
}

#transfer_PaymentDialog {
	position: fixed;
	width: 750px;
	height: 500px;
	margin-left: -375px;
	margin-top: -250px;
	z-index: 1002;
    background-color: #fff;
    border: 2px solid #3B4044;
	behavior: url(/ips-opdata/layout/ips01/commons/styles/PIE.htc);
}

#transfer_DialogOverlay {
	position: fixed;
	display: block;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(50, 50, 50, .6);
	z-index: 1000;
	behavior: url(/ips-opdata/layout/ips01/commons/styles/PIE.htc);
}