.leftmsg{
	position: fixed;
	left: calc(50% - 185px);
	top: calc(50% - 185px);
	z-index: 1000;
	background-color: #e3e3e3;
	box-shadow: 2px 2px 3px #b2b2b2;
	padding: 15px;
	border-radius: 5px;
	width: 370px;
	cursor: pointer;
}
.leftmsg>span{
	font-size: 14px;
	line-height: 24px;
	color: #023894;
	font-weight: bold;
}
.leftmsg>img{
	position: absolute;
	right:10px;
}
.usedComp{
	line-height:26px;
}
.xhl-controls{
	position: relative;
	padding: 0 0 0 10px;
	margin-bottom:5px;
}
.xhl-form-tip{
	position: absolute;
	left:0;
	top: 0;
	color: #dd1f2b;
	margin-top: 7px;
}
.xhl-input-xlarge,.xhl-textarea{
	width: 330px;
	height: 30px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 24px;
	color: #999;
	padding-left: 5px;
	border:0;
}
.xhl-textarea{
	height: 60px;
}
.xhl-control-label{
	display: none;
}
.xhl-submit{
	width: 50%;
	color: #fff;
	background-color: #023894;
	border-radius: 8px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}





