*{margin: 0; padding: 0;}

#testBrowser {
    display: none;
    position: absolute;
    top: 10%;
    text-align: center; 
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: white;
    z-index:1002;
    width: 700px;
    overflow: hidden;
}

#wrapper{
    font-family: sans-serif;
    /*width: 96%;*/
    min-width: 680px;
    height: 300px;
    background-color: #fff;
    text-align: left;
}

#wrapper #header-cont{
    width: 100%;
    height: 110px;
}

#wrapper #header_top{
    width: 100%;
    height: 80px;
}

#wrapper #header_bottom{        
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    color: #8D8E8D;
}

#wrapper .box_wrapper{
    width: 680px;
    padding-left: 20px;
    margin: 0 auto;
}

#wrapper h1{
    display: block;
    float: left; 
    line-height: 80px;
    font-size: 25px;
    color: #000;
}

#wrapper #header-cont a{
    float: right;    
    padding: auto;
    margin-top: 20px;
    text-decoration: none;
}

#wrapper .start, .finish{
    padding: 6px 50px;
    margin-right: 20px;
    font-size: 20px;
    color: #fff;
}

#wrapper .start{
    background-color: #8ab439;
}
#wrapper .start:hover{
    background-color: #759126;
}

#wrapper .finish{
    background-color: #cb0000;
    display: none;
}

#wrapper .finish:hover{
    background-color: #bf0000;
}

#wrapper .clear{
    clear: both;
}

#wrapper .left_section, .right_section{
    font-weight: bold;
    height: 25px;
}

#wrapper .left_section{
    float: left;
    width: 500px;
}

#wrapper .right_section{
    display: inline-block;
    float: right;
    width: 180px;
    text-align: center;
}

#wrapper .right_section img{
    height: 25px;
    margin-top: 10px;
}

#wrapper .section-cont{
    width:100%;  
    height: 45px;
    margin-top: 2px;
    background-color: #f4f4f4;
    font-size: 14px;
    line-height: 45px;
}

#wrapper .info{
    font-size: 16px;
    color: #005c00;
    font-weight: normal;
}

#wrapper .left_section a{
    color: #005c00;
    text-decoration: none;
}

#wrapper .left_section a:hover{
    color: #25e81c;
    text-decoration: underline;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.exit {
    font-size: 18px;
    font-weight: bold;
    float: right;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    padding: 0 3px 0 3px;
    background: #25E81C;
    cursor: pointer;
}
.test-red { color: #e52626; padding-left: 5px; }
.test-green { color: #77992d; padding-left: 5px; }
