body
{
    background-color: #000;
}

.container {
    background: url("background.bmp");
    width: 800px;
    height: 563px;
}

#inputModel {
    position: absolute;
    left: 143px;
    top: 60px;
    width: 160px;
    height: 22px;
}

#inputVideoFormat {
    position: absolute;
    left: 124px;
    top: 134px;
    width: 86px;
    height: 22px;
}

#inputNumCamera {
    position: absolute;
    left: 398px;
    top: 134px;
    width: 86px;
    height: 22px;
}

#inputNumAudio {
    position: absolute;
    left: 671px;
    top: 134px;
    width: 86px;
    height: 22px;
}

#inputVideoQuality {
    position: absolute;
    left: 124px;
    top: 167px;
    width: 86px;
    height: 22px;
}

#inputVideoResolution {
    position: absolute;
    left: 374px;
    top: 167px;
    width: 111px;
    height: 22px;
}

#inputFrameRate {
    position: absolute;
    left: 671px;
    top: 167px;
    width: 86px;
    height: 22px;
}

#allQuality {
    position: absolute;
    left: 40px;
    top: 231px;
}

#useCustomDays {
    position: absolute;
    left: 40px;
    top: 260px;
}

#customDays {
    position: absolute;
    left: 259px;
    top: 259px;
    width: 60px;
    height: 22px;
}

#selectCustomDayHour {
    position: absolute;
    left: 323px;
    top: 259px;
    width: 86px;
    height: 22px;
}

#useCustomSize {
    position: absolute;
    left: 40px;
    top: 288px;
}

#customSize {
    position: absolute;
    left: 259px;
    top: 287px;
    width: 60px;
    height: 22px;
}

#selectUnit {
    position: absolute;
    left: 621px;
    top: 259px;
    width: 86px;
    height: 22px;
}

/*--------------------------------------------------------------------------*/

#diskCapacityTable_header,
#diskCapacityTable_footer,
#recordDurationTable_header,
#recordDurationTable_footer,
#bandwidthTable_header,
#bandwidthTable_footer {
    background-color: #cde;
}

/*--------------------------------------------------------------------------*/

.tabberlive {
    position: absolute;
    left: 4px;
    top: 340px;
}

/* body */
.tabberlive .tabbertab {
    background-color: #fff;
    border-color: #777;
}

/* tab buttons */
ul.tabbernav
{
    border-color: #777;
}

/* active tab button */
ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:hover
{
    color: #26a;
    background-color: #fff;
    border-color: #777;
    border-bottom-color: #fff;
}

/* inactive tab buttons */
ul.tabbernav li a
{
    color: #26a;
    background-color: #ace;
    border-color: #777;
}

ul.tabbernav li a:hover
{
    color: #26a;
    background: #def;
}
