body 
{
	background-color: black;
	overflow: hidden;
	margin:0;padding:0;background:#000000;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	color: #333333;
    font-size: small;
}

.panel
{
    position: absolute; top: 20px; left: 120px; width: 780px; height: 550px; 
    z-index: 0;
    visibility: hidden;	
    display: block;
    
    color: #66667E;
    border-right: thin solid;
    border-top: thin solid;
    border-left: thin solid;
    border-bottom: thin solid;

    background-color: white;            
}        
h2
{
    margin: 0px;
    padding-left: 1em;
    /*
    color: black;
    font-weight: bold;
    font-size: medium;
    border-right: thin inset;
    border-top: thin inset;
    border-left: thin inset;
    border-bottom: thin inset;
    font-family: Verdana, sans-serif;
    text-align: center;
    background-color: #DDDDDD;
    */
    line-height: 30px;
    background-image: url(images/webtitlebar.png);
    background-repeat:no-repeat;    
}
h2 img
{
    position: absolute; top: 5px; left:4px; 
}        
h2 input
{
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    float: right;
    /*
    font-size: 1.5em;
    width: 1.3em;
    height: 1.3em;
	*/
}        
h3
{
    position: absolute; top: 48px; left:4px; width: 740px; height: 130px; 
    line-height: 20em;
}


