.lsapi-container {
	    position: fixed;
	    /*width: 100%;
	    height: 100%;*/
	    margin: auto;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background: rgba(0, 0 ,0, 0.3);
	    z-index: 10000;
	    overflow: auto;
	}

	.lsapi-wrapper {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  -webkit-transform: translate(-50%, -50%);
	  width: 50%;
	  height: 320px;
	  min-height: 320px;
	  z-index: 15000;
	  border: 8px solid #7c9cc5;
	  /*border-top-width: 5px;*/
	  background: #eff3f9;
	  color: #666666;
	  text-align: left;
	  box-shadow: 0 0 10px rgba(0,0,0,0.3);
	}
	.lsapi-header{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 50px;
		text-transform: uppercase;
		font-weight: 800;
		font-size: 110%;
		text-align: center;
	}
	.lsapi-body{
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
		bottom: 30px;
		padding: 15px;
		overflow: auto;
	}
	.lsapi-body .msgBox{}
	.lsapi-body span{
	    display: block;
	    width: 100%;
	    background: rgba(0,0,0,0.05);
	    border: 1px solid rgba(0,0,0,0.05);
	    margin-bottom: 10px;
	    border-radius: 3px;
	    padding: 2px 15px;
	    box-sizing: border-box;
	    font-size: 82%;
	}
	.lsapi-body .row{margin-bottom: 20px;}
	.lsapi-body input{width: 100%;border: 1px solid rgba(0,0,0,0.3);padding: 2px 15px;}
	.lsapi-body input:focus{border: 1px solid rgba(0,0,0,0.5);}
	.lsapi-actions{}
	.lsapi-footer{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 30px;
		text-align: center;
		font-size: 75%;line-height: 18px;
	}

	#lspiLoader img{width: 100px;float: right;margin-top: -60px;}
	@media(max-width: 767px){
	  .lsapi-wrapper {width: 90%;}
	}