form label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 300;
	font-size: 10px;
	color: #FFFFFF;
}

body .am-modal-hd {
	background-color: #334054;
	color: #FFF;
	border-radius: 6px 6px 0 0;
	padding: 5px 10px 5px 10px;
}
body .am-modal-bd{
	min-height:50px;
	line-height: 50px;
	padding:0px;
}
body .am-modal-dialog {
	border-radius: 6px;
}
div.am-u-sm-9 label{
	font-size:12px;
	color:#FF0000;
	font-weight:normal;
}
#qr-img{
	text-align:center;
	width:110px !important;
	height:130px !important;
	background-color:#FFF;
	position:fixed;
	top:61px;
	right:40px;
	z-index:999;
}
#qr-img{
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	display: block;
}
.qr-img-preview{
	margin:0 auto;
	margin-top:20px;
	width:420px;
	height:560px;
}
.qr-img-download{
	display:block;
	width:200px;
	height:30px;
	line-height:30px;
	color:white;
	border-radius:10px;
	background-color:red;
	margin:0 auto;
	margin-top:20px;
}
.qr-img-download:hover{
	color:white;
	background-color:#dd514c;
}