﻿body {
}

.transDiv {        
     background-color:Gray;    
	position:fixed;
	left:0px;
	top:0px;
	width:2000px;
	height:1768px;             
    opacity:0.5;    
    filter:alpha(opacity=50);   
    z-index:10000;
} 


.showDiv
{
	background-color:White;   
	position:fixed;
    z-index:10001;
    left:450px;
	top:300px;
}

.showDivList
{
	background-color:White;   
	position:absolute;
    z-index:10001;
    width:60%;
    height:500px;
    top:120px;
    left: 20%;
}
 	
.showDivListWidth
{
	width:2px;
}

.showDivWidth
{
	width:10px;
}

.fullScreen {        
    background-color:White;    
	position:fixed;
	left:0px;
	top:0px;
	width:2000px;
	height:1768px;             
    z-index:50000;
} 

.LoginTextHeader{

margin:30px 0 10px 0;
padding:2px 0 2px 8px;
background:#eee url(images/shade2.jpg) repeat-x;
font: bold 14px;
font-size:12px;
font-family:Verdana;
height:10px

} 