body {
background-color:#666666;
font-family:Arial;
font-size:12px;
font-color:#000000;
background-image:url(popup-level.jpg);
background-repeat:no-repeat;
}

@font-face {
font-family:"Decker";
src: url(Decker.ttf);
}

.Header {
font-family:"Decker";
font-size:24px;
color:#333333;
}

#Container {
width:400px;
position: absolute;
top:8px;
left:50%;
margin:0 0 0 -200px;
}

#ContainerTopLogo {
position:absolute;
z-index:10;
width:400px;
padding:0px;
}

#ContainerMain {
position:absolute;
z-index:20;
top:175px;
width:360px;
padding:20px;
text-align:justify;
}

input {
width:90px;
border-top:solid 1px #000000;
border-bottom:solid 1px #000000;
border-left:solid 1px #000000;
border-right:solid 1px #000000;
font-family:Arial;
font-size:12px;
color:#000000;
background-color:#ffffff;
}