body{
    font-family: arial;
}
div.holder button{
	position: relative;
	bottom : 10px;
	right : -100px;
}
div.panel{
    background: #c7c7c7;    box-shadow: 5px 5px 10px #6f6f6f;    margin: 0 auto;    border-radius: 5px;    padding: 20px;
}
div#float{
	position : fixed;
	width : 400px;
	top: 150px;
	margin :0 auto;
	background : #fff;
	display :none;
}
div#theatre{
	position : fixed;
	width : 99%;
	height : 99%;
	opacity : 0.8;
	background : #000;
	left : 0;
	top : 0;
	display : none;
}
div[title='message']{
    width : 200px;    position: fixed;    left: 40%;    top: 40%;
}
div#wrapper{
    width : 1000px;    margin: 0 auto;    padding: 10px;
}
div#login{
    width: 500px;    padding: 20px;    text-align: center;    position: relative;    top: 100px;
}
div#selection{
	width : 800px; display : none;
}
div#selection input[type='text']{
	background : #fff;
}
textarea{
	font-family : arial; color : #f00; font-style :italic;
}
div#login table{
    width: 100%;
}
h2, h1{
    font-weight: normal;    font-family: arial;    margin: 5px;
}
button[title='logout']{
    position: absolute;    top: 10px;    right: 20px;
}
.button{
    box-shadow: 2px 2px 10px #6f6f6f;    color: #fff;    padding: 3px 10px 3px 10px;    background: #900;    border-radius : 5px;
}
img#central{
    width: 800px; float : right;
}
div.holder{
    text-align: center;
    width : 800px;
    margin : 0 auto;
}
div.holder img#cover{
	position : absolute; width : 800px
}
div.clipParent{
	position : absolute; opacity : 0.5; overflow : hidden;
}
div#infoParent{
	position : absolute; opacity : 1.0; overflow : hidden;
}
div#infobox{
	background:#eee;	position :absolute;	width : 150px;	padding:8px 8px 8px 8px;	border-radius: 3px;	font-family: Verdana;	font-size: 10pt;
	box-shadow : 2px 2px 10px #777;
}
div#infobox p{
	position: absolute;	right: -50px;	bottom: -20px;	border: 1px solid #fff; cursor :move;
}
table.list{
    width: 100%;    margin-top: 10px;    font: 12px Verdana; border-top :1px solid #900;
}
table.list td{
    vertical-align: top;    font: 12px Verdana;
}
table.col1{
    width: 100%;
}
table.list input[type='text']{
    border: 0px solid;    background: #c7c7c7;    color: #f00;    font-style: italic;
}
