img#cheque-bg {
	position: relative;
	z-index: 100;
	}
	
#cheque-input {
	position: relative;
	z-index: 101;
	top: -349px;
	left: 30px;
	font-size: 16px;
	color: #000000;
	}
	
#cheque-date {
	position: absolute;
	top: 132px;
	left: 463px;
	}
	
#cheque-sender1 {
	position: absolute;
	top: 132px;
	left: 180px;
	}
	
#cheque-sendto {
	position: absolute;
	top: 210px;
	left: 130px;
	}
	
#cheque-MC {
	position: absolute;
	top: 210px;
	left: 450px;
	}
	
#cheque-sender2 {
	position: absolute;
	top: 305px;
	left: 360px;
	}

.useralert {
	position: relative;
	background: #fff6bf;
	padding: 5px;
	text-align: center;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	z-index: 0;
}

.useralert .alert-info {
	position: relative;
	padding: 0px 10px 0px 10px;
	z-index: 1;
	text-align: center; 
}

.useralert .alert-icon {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 2;
}

.useralert .alert-delete {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 3;
}