.input-item{
	margin-bottom: 15px;
}
.lg-label{
	display: inline-block;
	text-align: right;
	width: 30%;
}
.lg-input{
	height: 30px;
	margin-left: 5px;
	padding: 0 5px;
	background: #fff;
	border: 0;
	border-radius: 3px;
}
.lg-select{
	height: 30px;
	margin-left: 5px;
	border: 0;
	border-radius: 3px;
}
.input-box{
    display:inline-block;
    margin-left:20px;
    line-height:30px;
}
.lg-sml-lab{
    float:left;
    margin-left:30px;
}
.lg-checkbox{
    float:left;
    margin:8px 5px;
}
