#demoBannerDiv table tr {
	height:36px;
	margin: 0 auto;
	background: #373737;
}

#demoBannerDiv .demoServerIndicator{
	color: #aaaaaa; 
	position: relative; 
	top: 2px;
	margin-right: 5px;
    font-size: 11px;
}

#demoBannerDiv .demoBtn {
    padding-left: 15px;
    padding-right: 15px;
    height: 21px;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    color: white;
    background-color: rgb(102, 102, 102);
    vertical-align: middle;
    padding-top: 0px;
    line-height: 21px;
    vertical-align: middle;
    text-transform: uppercase;
    box-sizing: content-box;
}

#downloadBtn .demoBtn{
    background-color: #81c23c;
	display: inline-block;
	margin-right: 4px;
}

#quoteBtn .demoBtn{
	background-color: #ff6200;
	display: inline-block;
}

.liteDialog-wrapper {
	z-index: 3000 !important;
}

.liteDialog-mask {
	z-index: 2000 !important;
}