input[name=Maestro_brand] {
	display:block;
}

form[name=OGONE_PM_CHOICE_FORM] {
	padding-bottom: 50px;
}

.ncoltxtl2 small {
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}

.ncoltable2 {
    margin-bottom: 40px;
}

input#submit3 {
	background-image: linear-gradient(to bottom,#b20000,#8d121e);
	background-repeat: repeat-x;
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	display: inline-block;
	padding: 10px 12px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ccc;
	font-weight: 400;
	border-radius: 4px;
}

input#submit3:hover {
	background-color: #8d121e !important;
	border-color: #002a80 #8d121e #8d121e !important;
	border-width: 1px !important;
	border-style: solid !important;
	box-shadow: none !important;
}

input#ncol_cancel, input#btn_Back {
	text-decoration: none;
	color: #333;
	transition: background-position .1s linear;
	padding: 10px 12px;
	font-size: 14px;
	display: inline-block;
	border-radius: 4px;
}

input#ncol_cancel:hover, input#btn_Back:hover {
	color: red !important;
	background-color: #e6e6e6;
	border:none;
}

.ncoltxtl, .ncoltxtr {
	font-size:18px;
}

.ncoltxtr {
	font-weight: 600;
}

.ncolh1 {
	font-size: 16px;
}

.ncoltxtr small {
    font-weight: bold;
    margin-left: 5px;
}