.st-border-btm  {
	border-bottom:1px solid #ccc;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
  font-size:16px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

.st-header-banner {
	padding-bottom: 0px;
	padding:0px;
	text-align: center;
	/*background-image: linear-gradient(0deg, #A18A7B 0%, #A28D81 100%);*/
}

.st-header-banner img {
	display: inline-block;
	width: 100%;
	/*max-width: 960px;*/
	max-height: 320px;
	margin-bottom:-4px;
}
.bg-white-graident {
	background: #ffffff;
	/*background: -moz-linear-gradient(top, #ffffff 0%, #F4F4F4 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #F4F4F4));
	background: -webkit-linear-gradient(top, #ffffff 0%, #F4F4F4 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #F4F4F4 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #F4F4F4 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #F4F4F4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F4F4F4', GradientType=0 );*/
}
fieldset label {
	font-family: 'SourceSansPro-Regular', 'Source Sans Pro';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #999999;
    margin-bottom: 0px;
}
#Container_body {
	height:100%;
}
.redemption-banner__div {
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position-y: bottom;
}
.redemption-banner__div {
	width: 100%;
	height:320px;
    background-image: url('/service-site/asiamiles/common/banner_redeem_bg.jpg');
	position: relative;
}
.redemption-banner-img__p {
	/*position: absolute;
    top: 40px;
    left: 0;*/
    margin: 0;
	padding-top:20px;
}
.redemption-banner__div img {
	max-height: 180px;
}
@media (max-width: 767px) {
	/*.redemption-banner__div {
		height:100%;
	}*/
	.redemption-banner__div section:first-child img {
		width:100%;
	}
}