.info, .error {
	margin-left: 80px;
	position: relative;
	height: 50px;
}
.icon {
	width: 64px;
	height: 64px;
	position: absolute;
	top: -5px;
	left: -50px;
}
.error .icon {
	background: url(delete-64x64.png) no-repeat;
}
.info .icon {
	background: url(info-64x64.png) no-repeat;
}
body {
	background-color: #f6f6f4;
	font-family: Arial, Helvetica;
	font-size: 16px;
	margin: 0;
}
ol li {
	padding-bottom: 8px;
}
img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #d86823;
	padding: 10px;
}
img:focus, img:active, img:hover {
	border: 1px solid transparent;
}
a:focus div, a:active div, a:hover div {
	position: absolute;
	background-image: url(background.gif);
	width: 480px;
	height: 272px;
}
img.flag {
	border:none;
	padding:0;
}
table tr td {
	padding: 4px;
}
.table_icon {
	text-align:center;
}
.table_size {
	vertical-align:top;
	font-size: 12px;
}
.table_comment {
	vertical-align:top;
}
.small {
	font-size: 12px;
}
div.bh {
	background: transparent url(lo.png) no-repeat 0px 0px;
	display: block;
	margin: auto;
	width: 627;
}
div.bh .c {
	background: transparent url(ro.png) no-repeat top right;
	height: 20px;
	padding: 11px 30px 0px 30px;
	text-align: right;
}
div.bc {
	background: transparent url(l.png) repeat-y 0px 0px;
	display: block;
	margin: auto;
	width: 627;
}
div.bc .c {
	background: transparent url(r.png) repeat-y top right;
	padding: 1px 30px 1px 30px;
}
div.bf {
	background: transparent url(lu.png) no-repeat bottom left;
	display: block;
	margin: auto;
	width: 627;
}
div.bf .c {
	background: transparent url(ru.png) no-repeat bottom right;
	height: 20px;
	padding: 0px 30px 11px 30px;
}
