html {text-align:center;}
body {
	overflow: -moz-scrollbars-vertical;
	margin:0px auto;
	text-align:left;
	width:928px;
	position:relative;
	background:#666666 url(../imgs/layout/bodybg.png) repeat-y center top;
}
.hide {
	display: none !important;
}
div.right {
	float:right;
}
div.left {
	float:left;
}
a img {border-style:none;}
a[href^="mailto:"] {
	background:transparent url(../imgs/buttons/icon-mailto.png) no-repeat scroll right 5px;
	padding:5px 20px 5px 0;
}
img.topVisibleImage {
	position:absolute; 
	top:0px; 
	z-index:200;
}
/* IMAGES */
img.centerImage {vertical-align:text-top;}
img.centerToFloat {vertical-align:middle; }
img.centerImageButton {vertical-align:text-top;cursor:hand;cursor:pointer;}
img.highlightLeftThumb {
	width:180px; 
	height:180px; 
	overflow:hidden; 
	background-color:#222222;
}
img.floatLeft {
	float:left; 
	padding: 5px 15px 10px 0;
}

form input[type="text"], form input[type="file"], form input[type="password"], form textarea, form select, form select>option {
	border: none;
	background: #dcdcdc;
}
