@charset "utf-8";

body {
    height: 417px;
    text-align: center;
}

#whiteBkgd{
    position: absolute;
    left:75px;
    top:54px;
    height:150px;
    width:240px;
}

#contentContain{
    position: absolute;
    left:0px;
    top:6px;
    height:150px;
    width:240px;
}

#surroundShape{
    position:absolute;
    left:24px;
    top:18px;
    height:103px;
    width:194px;
    background-color:#999999;
}

#ballImg{
    position: absolute;
    left:26px;
    top:20px;
}

#specCanvas{
    position: absolute;
    left:0px;
    top:6px;
    height:150px;
    width:240px;
}

#lineCanvas{
    position: absolute;
    left:-30px;
    top:6px;
    height:150px;
    width:270px;
}

.controlBack{
    padding-bottom: 5px;
}

.controlBack > * {
    vertical-align: middle;
}

.controlPanelBack {
    display: inline-block;
    height: 55px;
    width:360px;
    margin-top: 5px;
    padding: 0 10px;
}

#bottomControlPanelBack {
    height:75px;
}

#btn {
    position: absolute;
    top:220px;
    left:120px;
    height: 26px;
    width: 150px;
}

.buttonText{
    width:130px;
}

#slider {
    width:100px;
}

#waveSection, #specSection{
    display: block;
    float: left;
    width: 160px;
}

#prismSection, #surrSection{
    display: block;
    float: right;
    width: 160px;
}

#refIndex{
    position: relative;
    top:2px;
    padding: 0 100px;
}

.slider {
    position: relative;
}
