@CHARSET "UTF-8";
.initform {
	    overflow: hidden;
	
}

.into-label{
	padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
 
}
.into-label-info{
	
	color:gray;
}
.into-label-info:before {
	font-family: 'Glyphicons Halflings';
    content: "\e101";
}
.into-label-success{
	
	color:green;
}
.into-label-success:before {
	font-family: 'Glyphicons Halflings';
    content: "\e089";
}
.into-label-error{
	
	color:red;
}
.into-label-error:before {
	font-family: 'Glyphicons Halflings';
    content: "\e088";
}
.form-row{
	margin-bottom:15px;
	overflow: auto;
	    display: inline;	
}