
html, body {
  margin: 0; 
  padding: 0;
  height: 100%;
}

.winVP {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	/*background:#f0f0f0;*/
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

/*workplane for windows*/
.winCM {
  border: 1px solid #A4BED4;
}

/*workplane for context menu*/
.winCM2 {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
  
div#toolbarObjDown {
   position:absolute;
   bottom:0;
   width:99%;
}    
      
/*login beg*/
  .login_div {
    width: 374px;
    height: 370px;
    background-image: url("../sys_img/login.jpg"); 
  }
  form[class="log_form"] {  
    color: white; 
    font-weight: bold; 
    position: relative; 
    top: 190px; 
    left: 20px;
  }
  select {  
    position:absolute; 
    left: 100px;
  }

  /*
  input[type="submit"] {
    position:absolute; 
    top:   110px;
    left:  100px; 
    width: 225px
  }
  */

  
  input { 
    position:absolute; 
    left: 100px; 
    width: 225px
  }
  
  input[name="login"] {
    position:absolute;
    top:   110px;
    left:  100px;
    width: 225px
  }
  
  input[name="loggOutAnother"] {
    position:absolute;
    top:   130px;
    left:  100px;
    width: 225px
  }
  

  
  p { 
    color: #F8B815
  }
/*login end*/
