/* Min-height */
div#content, div#context {
	height: auto !important;
	height: 300px;
	min-height: 300px;
}

/* Input & img positioning */
input, select, textarea, div#tools img, div.paging img, div#product h3 img, div#widecontent img, p img {
	vertical-align: middle;
	position: relative !important;
	position: inherit;
	top: -2px !important;
	top: auto;
}

/* Mozilla outline onfocus */
:link:focus, :visited:focus {
	-moz-outline: 0px;
}
	
/* Display property */	

label span.error, label span.strong {
	display: inline !important;
	display: inherit;
}
