body {
    padding: 0;
    margin: 0;
}
.iepngfix {
    behavior: url('http://dev.vidado.com/dev-buchi/developer/hud_gb/iepngfix_special.htc');
}
#HudBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #000;
    overflow: auto;
    z-index: 9999;
    display: none;
}
#HudContainer {
    position: absolute;
	top: 0;
	left: 0;
    border: 3px solid #777;
    display: none;
	z-index: 10000;
}
#HudContentFake {
    position: absolute;
    top: 0;
    left: 0;
    
}
#HudContentDiv {
	background-color: #fff;
    overflow: hidden;
    z-index: 10000;
}
#HudContentClose {
    position: absolute;
    top: -15px;
	right: -19px;
    width: 30px;
    height: 30px;
    background: url('../images/x.gif') no-repeat;
	cursor: pointer;
    display: none;
    z-index: 10003;
}
#HudContentWait {
    position: absolute;
	height: 32px;
	width: 32px;
    background: #fff url('../images/ajax-loader.gif') no-repeat;
}
#HudContentDivIframe {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
	display: none;
    z-index: 10002;
}
a.HudCloseLink:link, a.HudCloseLink:visited, a.HudCloseLink:active {
    color: #ff0000;
    text-decoration: underline;
}
a.HudCloseLink:link, a.HudCloseLink:link, a.HudCloseLink:link {
    text-decoration: none;
}
.clearboth {
    clear: both;
    overflow: hidden;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    font-size: 0;
}
.clearboth img {
    display: none;
    height: 0;
    width: 0;
    border: 0;
}

