#homeBody { margin: 1em; }

#imgContainer { width: 380px; background-color: white; float:left; 
  margin-top: 4px;
}

#top { width: 300px; float: left; }
#bottom { width: 300px; height: 31px; float; left; }
.topLeft { background: transparent url(topleft-verde2.gif)
           no-repeat scroll left top; width: 35px; float: left; height: 20em; }
.topRight { background: transparent url(topright-verde2.gif)
           no-repeat scroll right top; float: left; width: 26em;
	   height: 20em; }
.bottomLeft { background: transparent url(bottomleft-verde2.gif)
           no-repeat scroll left bottom; height: 30px; width: 35px;
	   float: left; }
.bottomRight { background: transparent url(bottomright-verde2.gif)
           no-repeat scroll right bottom; height: 30px; float: left; 
	   width: 262px; }


/*http://www.somacon.com/p141.php*/
#loginContainer  {
	margin-left: 4em;
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	border-collapse: collapse;
}


#row1 { }
#tl { 
  background: transparent url(/login/top-left.gif) no-repeat scroll right bottom;
  width: 30px; height: 30px; 
}
#t {
  background: transparent url(/login/top.gif) repeat-x scroll bottom;
  width: 240px; height: 30px;
}
#tr {
  background: transparent url(/login/top-right.gif) no-repeat scroll left bottom;
  width: 30px; height: 30px; 
}
#row2 { }
#l {
  width: 30px; height: 100%;
  background: transparent url(/login/left.gif) repeat-y scroll right;
}
#c {
  width: 24em;
  background-color: #8fef95;
}
#r {
  width: 30px; 
  background: transparent url(../login/right.gif) repeat-y scroll left;
}
#row3 { }
#bl {
  width: 30px; height: 30px;
  background: transparent url(../login/bottom-left.gif) no-repeat scroll right top;
}
#b {
  width: 240px; height: 30px;
  background: transparent url(../login/bottom.gif) repeat-x scroll top;
}
#br {
  width: 30px; height: 30px; 
  background: transparent url(../login/bottom-right.gif) no-repeat scroll top left;
}

#demoAccess { font-size: 14px; float: left; }
#loginFailure { display: none; font-weight: bold; font-size: 14px; float: left; margin-top: 10px; }
#loginFormDiv { margin-top: 10px; float: left; }
#loginForm { margin-top: 10px; float: left; }
.loginLabel { color: black; font-size: 1.6em; }
.loginInput { width: 12em; font-size: 1.8em; margin-bottom: 8px;
  border: 1px solid black; }
.loginButton { margin-top: 6px; font-size: 1.6em; }

#bottomBar { text-align: center; position: absolute; bottom: 2em;
  width: 100%; margin-top: 2em; }


