.confirmCustomWindow .info {
	text-align: left;
	margin-top:15px;
}

.confirmCustomWindow .error {
	background-image:url(../img/error.png);
	background-position:10px 50%;
	background-repeat:no-repeat;
	background-color: #ffdada;
	border: 1px solid #db4444;
	color:#960e0e;
	text-align: justify;
	margin-bottom:5px;
	margin-top:5px;
	padding:5px 5px 5px 40px;	
}	

.confirmCustomWindow .row {
	margin-top:20px;
	text-align: center;
}

.confirmCustomWindow .label {
	float:left;
}

.confirmCustomWindow .value {
	float:left;
	margin-left: 10px;
}

.confirmCustomWindow input {
	width: 250px;
}