﻿.otsikko {
	font-size:12pt;
	margin-top:0px;
	color:#1061A3;
	font-family:Arial;
}
.musta {
    font-family:Arial;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    z-index:1001;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
}

.valkoinen {
    font-family:Arial;
    display: none;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background-color: transparent;
    z-index:1002;
    overflow: auto;
    -moz-opacity: 0.92;
    opacity:.92;
    filter: alpha(opacity=92);
}

.valkoinen2 {
    display: none;
    position: absolute;
    top: 5%;
    left: 25%;
    width: 50%;
    height: 75%;
    background-color: transparent;
    z-index:1002;
    overflow: auto;
    -moz-opacity: 0.92;
    opacity:.92;
    filter: alpha(opacity=92);
}

#teksti {
	font-family:Arial;
	padding:10px 40px 10px 40px;
	font-size:10pt;
}
