/**
*** Author: Lotsmanov Vyacheslav (c) 2009
*** E-Mail: lotsmanov-va@ya.ru
**/

DIV#hforms {
	position: absolute;
	z-index: 10;
	left: 285px;
	height: 245px;
}



DIV#hforms_menu {
	position: relative;
	height: 53px;
}

DIV#hforms_menu_boxy {
	position: relative;
	width: 100%;
	height: 5px;
	background: #af251b;
}

DIV#hforms_menu_items {
	position: relative;
	height: 48px;
}

DIV#hforms_menu_items IMG {
	border: 0;
}



DIV#hforms_menu_comment {
	position: absolute;
	bottom: 10px;
	right: 10px;
	/*font-size: 11px;*/
	text-align: right;
	z-index: 20;
}



DIV.hforms_content {
	margin: 10px;
	/*visibility: hidden;*/
	display: none;
}

DIV.hforms_content TABLE {
	border: 0;
	border-collapse: collapse;
}

DIV.hforms_content TABLE TD {
	padding: 5px;
	vertical-align: middle;
}

DIV.hforms_content TABLE TD TD {
	padding: 0;
	vertical-align: top;
}


DIV.hforms_content TD.description {
	vertical-align: top;
	padding-left: 10px;
	padding-top: 8px;
}

DIV.hforms_content TD.status {
	padding-left: 10px;
	padding-top: 10px;
}