body, html
{
	background-color: white;
	padding: 0;
	margin: 0;
}

#hb_content210
{
	width: 210px;
	font-family: Helvetica Neue, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 11px;
}

div.hb_container
{
	width: 198px;
	border: 6px solid #d0441d;
	position: relative;
	background-color: #d0441d;
}

#dhtmltooltip
{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	font-size: 11px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/

	font-family: Helvetica Neue, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 11px;
}

#dhtmlpointer
{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

h1 span
{
	position: absolute;
	top: -10000px;
}
h1
{
	margin: 0;
	padding: 0;
	background: white url(logo.gif) no-repeat scroll center center;
	width: 190px;
	height: 50px;
	font-size: 11px;
	border: 4px solid white;
}

h2
{
	font-size: 11px;
	margin: 0;
	padding: 3px 0;
	color: white;
	background-color: #d0441d;
	font-weight: bold;
	text-align: center;
}

form
{
	color: #d0441d;
	margin: 0;
	padding: 0;
}
fieldset
{
	margin: 2px 0 0 0;
	padding: 2px 0 4px 0;
	border: none;
	background-color: white;
}
label
{
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 105px;
	float: left;
	margin-top: 5px;
	margin-right: 2px;
}

#hb1first1, #hb2first1
{
	width: 30px;
}
#hb1first2, #hb2first2
{
	width: 50px;
}

#hb_fields2
{
	display: none;
}

input
{
	margin: 0;
	padding: 1px 2px !important;
	width: 55px;
	margin-top: 3px;
	background: white url(i_bg.png) no-repeat scroll top left;
	border: 1px solid #c9c9c9;

	font-family: Helvetica Neue, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 11px;
}

fieldset.result
{
	color: white;
	background-color: #d0441d;
	padding: 0px 0 4px 0;
	border-bottom: 4px solid white;
}
fieldset.result label
{
	width: 120px;
}
fieldset.result input
{
	width: 35px;
	border: 1px solid #d0441d;
}

.ru #hb_fields2 fieldset.result input
{
	width: 30px;
}
.ru #hb_fields2 fieldset.result label
{
	width: 125px;
}

h3 span
{
	position: absolute;
	top: -10000px;
}

h3
{
	margin: 0;
	padding: 0;
	height: 50px;
}

.lv h3
{
	background: #d0441d url(credit_lv.gif) no-repeat scroll center center;
}
.ru h3
{
	background: #d0441d url(credit_ru.gif) no-repeat scroll center center;
}

button
{
	text-align: center;
	width: 210px;
	border: none;
	cursor: pointer;
	margin-top: 3px;
	padding-left: 0;
	padding-right: 0;
	color: #d0441d;
	background: white url(button_bg.gif) no-repeat scroll top left;
	height: 26px;
}
.top, .bottom
{
	display: none;
}

div.hb_container
{
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
}
h1
{
	-webkit-border-top-left-radius: 6px 6px;
	-webkit-border-top-right-radius: 4px 4px;
	-moz-border-top-left-radius: 6px 6px;
	-moz-border-top-right-radius: 4px 4px;
}