﻿@charset "utf-8";

#zeiss_tutorial 
{
    font-family:Arial, sans-serif;
    font-weight:bolder;
    color:white;

	width:500px;
	height:450px;
    margin:10px auto;
    box-shadow:3px 3px 5px #999999;
}
#zeiss_mainscene 
{
    position: absolute;
    background-color:#f0f0f0;
    opacity: 0;
}
#prism {
    position: absolute;
    width:120px; height:160px;
    left:126px; top:104px;
}
.zeiss_title {
    position:absolute;
    top:15px;
    width:100%; 
    text-align:center;
    font-size:22px;
    text-shadow:3px 3px 3px rgba(0,0,0,.5);
}
.window_label {
    position:absolute;
    font-size:12px;
    color:#003E77;
    text-shadow:1px 1px 2px rgba(0,0,0,.3);
    text-align: center;
}
.diagram_label {
    position: absolute;
    width: 100%;
    line-height:1;
    margin-top:2px;
    font-size:12px;
    text-align: center;
}
.labelBG {
    position: absolute;
    background-color:rgba(0, 0, 0, 0.75);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.ctl_label {
	position:absolute;
	top:388px;
    font-size:13px;
    text-shadow:1px 1px 3px rgba(0,0,0,.7);
    text-align: center;
}
#labels {
    position: absolute;
}
#sliderLbl {
    left:73px;
    width:199px;
}
#slider {
	position:absolute;
	left:73px;
	top:408px;
	width:199px;
}
#buttonLbl {
    left:349px;
    width:78px;
}
#button {
	position:absolute;
	left:349px;
	top:406px;
    width:78px;
    height:30px;
}
#lines {
    position: absolute;
}
.line {
    position:absolute;
}
#vsdLine {
    width:23px; height:38px;
    left:164px; top:103px;
}
#photo1Line {
    width:19px; height:34px;
    left:216px; top:89px;
}
#photo2Line {
    width:11px; height:19px;
    left:125px; top:155px;
}
#reflectedBeamLine {
    width:36px; height:1px;
    left:210px; top:133px;
}
#laserLine {
    width:15px; height:20px;
    left:46px; top:208px;
}
#transmittedBeamLine {
    width:14px; height:18px;
    left:136px; top:176px;
}
#pinholeLine {
    width:10px; height:12px;
    left:242px; top:185px;
}
#microscopeLine {
    width:1px; height:31px;
    left:410px; top:310px;
}