﻿*
{
    border:0;
    margin:0;
    padding:0;
}
body
{
    background-image:URL("../pic/backpic.gif");
    background-repeat:repeat;
    width:940px;
    height:640px;
    color:#606060;
}
h1
{
	color:#ffffff;
	text-decoration:underline;
	font-size:50px;
}
#maincont 
{
    position:absolute;
    width:1100px;
    height:700px;
    left:20px;
    overflow:hidden;
}
#Div2
{
	position:absolute;
	top:100px;
	left:50px;
}
#Div3
{
	position:absolute;
	top:100px;
	left:450px;
}
#idinput
{
	font-size:25px;
	color:#f0f0f0;
    position:absolute;
    width:470px;
    height:25px;
    left:330px;
    top:70px;
}
input
{
	font-size:25px;
    height:25px;
}
#inputsubmit
{
	font-size:25px;
    height:25px;
    width:70px;
    background-image:url("../pic/show.gif");
}

#lapwin
{
    position:absolute;
    width:1000px;
    height:562px;
    left:20px;
    top:100px;
    overflow:hidden;
  	border:solid 0px gray;
	padding:1px;
	outline:0px solid gray;
}
#laplist
{
    width:650px;
    height:500px;
    overflow:auto;
    padding:0px;
	border:1px solid yellow;
    padding:5px;
}
#cautiondiv
{
    position:absolute;
    left:670px;
    top:100px;
    color:#ffffff;
    font-size:24px;
}
#addmovie
{
    position:absolute;
    left:520px;
    top:100px;
	padding:0px;
	border:0;
}
.lapnolist
{
	color:#ffffff;
	float:left;
}
.laptable
{
	color:#ffffff;
	float:left;
}
.lapnum
{
	width:60px;
	height:20px;
    overflow:hidden;
	border:solid 1px white;
    margin:1;
    text-align:center;
}
td
{
	height:20px;
    overflow:hidden;
	border:solid 1px white;
    margin:1;
    padding:1;
}
.trtime
{
	width:90px;
	height:20px;
    overflow:hidden;
	border:solid 1px white;
    margin:1;
    padding:1;
    text-align:center;
}
.trname
{
	width:130px;
	height:20px;
    overflow:hidden;
	border:solid 1px gray;
    margin:1;
    padding:1;
}
.trarea
{
	width:120px;
	height:20px;
    overflow:hidden;
	border:solid 1px gray;
    margin:1;
    padding:1;
}
.trday
{
	width:120px;
	height:20px;
    overflow:hidden;
	border:solid 1px gray;
    margin:1;
    padding:1;
}
#creator
{
    position:absolute;
    left:700px;
    top:30px;
	width:230px;
	height:40px;
	color:#ffffff;
	font-style:italic;
	text-decoration:underline;
}
#contact
{
    position:absolute;
    left:350px;
    top:300px;
	width:450px;
	height:200px;
	
}
#contactpic
{
	float:left;
}
#contactmes
{
    position:absolute;
	top:20px;
	left:110px;
	font-size:20px;
}
A:link { color: #e8e8e8;text-decoration:none; }
A:visited { color: #e8e8e8;text-decoration:none; }
A:active { color: #e8e8e8;text-decoration:none; }
A:hover { color: #ffffff;text-decoration:underline; }
