/* Min-height */
div#content, div#context, div#widecontent, div#type, div#location {
	/*height: auto !important;
	height: 100px;
	min-height: 100px;*/
}

/* Input & img positioning */
input, input, select, textarea, h4 img, p img, div#menuproperty ul li img {
	vertical-align: middle;
	position: relative !important;
	position: inherit;
	top: -2px !important;
	top: auto;
}

/* Trasparency */

/*div#gallery ul li {
	filter: alpha(opacity=.80);
	-moz-opacity: .80;
	opacity: .80;
}

div#gallery ul li:hover {
	filter: inherit;
	-moz-opacity: inherit;
	opacity: inherit;
}*/

div#gallery ul li a img {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

div#gallery ul li a:hover img {
	/*filter: inherit;
	-moz-opacity: inherit;
	opacity: inherit;*/
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}

/* Mozilla outline onfocus */
:link:focus, :visited:focus {
	-moz-outline: 0px;
	}
	
/* Display property */	
/*div#gallery ul li {
	display: block !important;
	display: inline-block;
}*/

/* clear fix */
.clear {
	margin-top: 0px !important;
	/*margin-top: -16px;*/
}

form.request label input.left {
	float: inherit !important;
	float: left;
}

