/** Everything is positioned relative to the inform */

.inform {
	position:relative;
}

.inform input:not([type='submit']), .inform textarea, .inform select {
	box-sizing:border-box; 
	width:100%; 
}

/* Make sure widths dont include padding, do we can create spans dynamically */
.inform input:not([type='submit']), .inform textarea {
	/*padding:15px;*/
}

.inform input:not([type='submit']), .inform select {
	height:32px;
}

.inform select {
	line-height:20px;
}


/* Loading */
.inform_loading {
	position:absolute; 
	display:none; 
	z-index:999200; 
	top:0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	background: url('/css/informs/gfx/loading.gif') center center no-repeat #FFFFFF; 
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7;
}

.inform .label {
    display: block;
    padding: 6px;
    margin-bottom: 12px;
    font-size: 16px;
	line-height:18px;
}