.modal-dialog{
	width: 500px;
	margin-top: 5%;
}
.modal-content{
	background-color:rgba(0,0,0,0);
	border-radius:0;
	border:0;
	box-shadow:none;
}
.modal-header{
	height: 60px;
	width: 100%;
	border-bottom:0;
	line-height: 20px;
	font-weight: bold;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	background: #d0010e;
	position: relative;
}
.modal-header h4 img{
	position: absolute;
	left: 20px;
	top: -20px;
	width: 180px;
}
.modal-header .close{
	opacity: 1;
	margin-top: 7px;
	margin-right: 15px;
}
.modal-header .close:hover{
	opacity: .9;
}
.modal-title{
	font-size: 30px;
	color: #feed3b;
	font-weight: bold;
	line-height: 60px;
	margin-left: 80px;
}
.modal-body{
	background: #fff;
	border: 4px solid #d0010e;
	border-top: 0;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;

}
.modal-body p{
	text-align: center;
	font-size: 16px;
	padding: 30px 0;
}
.modal-body a.goin{
	display: block;
	width: 100%;
	background: #d0010e;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 30px;
	transform:scale(1,1);
	transition: all.5s;
}
.modal-body a.goin:hover{
	background: #e6000e;
	transform:scale(1.05,1.05);
}
.modal-body a.goback{
	display: block;
	width: 130px;
	background: #d0010e;
	color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-left: 15px;
	line-height: 30px;
	margin: 0 auto;	
	margin-bottom: 30px;
	font-size: 22px;
	text-decoration: none;
}
.modal-body a.goback:hover{
	color: #ffdd46;
}

#modal-id .modal-body h3{
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-top: 20%;
}
#modal-id .modal-body h6{
	font-size: 18px;
	color: #d0010e;
	text-align: center;
}
#modal-id .modal-body h6 span{
	background: #d0010e;
	color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-left: 15px;
	padding:0 10px;
	line-height: 20px;
}
.modal-footer{
	
	border-top:0;
}

#modal-result .modal-body{
	padding:2% 10%;
	text-align: center;
}
#modal-result .modal-body p{
	font-size: 16px;
	line-height: 24px;
}
.giftline{
	border-bottom: 1px dotted #d0010e;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

@media screen and (max-width:560px) {
.modal-dialog{
	width: 90%;
	margin: 0 auto;
	margin-top: 20%;
}
#modal-id .modal-body h3{
	margin-top: 20px;
}

}