
/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	clear: both;
	font-size: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
	zoom: 1;
}
/* */

.clear { clear: both; }

.hidden { display: none; }

a, a:visited { color: #8E9295; }

a:hover { color: #93BFEB; }

a img { border: 0; }

td { vertical-align: top; }

.floatLeft { float: left; }

.floatRight { float: right; }

.input-type-text,
.input-type-password,
textarea
{
	border: 1px solid #7C8386;
	padding: 2px 3px 1px 3px;
}

input, select, textarea, form img {
	vertical-align: middle;
}

.input-type-text,
.input-type-password
{
	background-image: url(/olc/images/ODG/bgInput.gif);
	background-repeat: repeat-x;
}

.input-select {
	background-image: url(/olc/images/ODG/bgInput.gif);
	background-repeat: repeat-x;
}

textarea
{
	width: 98%;
	height: 8em;
}
