#main {
	position: relative;
	/*bottom: 8px;*/
	z-index: 0;
	margin: 0px 4px 0px 4px;
	padding: 0px;
	width: 766px;
	display: none;
}

a {
	font-family: Tahoma, "Lusida Sans", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #215bc9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.explode {
	display: block;
	position: absolute;
	top: 2px;
	left: 3px;
	width: 12px;
	height: 11px;
	background: url('../images/explode.png') no-repeat;
}

.implode {
	display: block;
	position: absolute;
	top: 2px;
	left: 16px;
	width: 12px;
	height: 11px;
	background: url('../images/implode.png') no-repeat;
}

.image {
	vertical-align: bottom;
}

.error {
	border: 1px red solid;
}

.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	filter: alpha(opacity = 70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	background: url('../images/black.png');
}

.lefted {
	text-align: left;
}

.righted {
	text-align: right;
}

.centered {
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}

img {
	behavior: url(css/iepngfix.htc);
}