/* LOGIN PAGE CSS STYLES FOR EENGINE */

body
{
	background-color: white;
	font-family: Verdana, Arial, Helvetica, Serif;
	font-size: 12px;
	margin-top: 100px;
}

#login-outer-box
{
  background: url('../images/loginbg.gif');
  background-repeat: no-repeat;
  width: 738px;
  height: 200px;
  z-index: 0;
}

#login-data-box
{
  position: relative;
  background: url('../images/loginboxbg.gif');
  background-color: #69b3e3;
  width: 287px;
  height: 70px;
  padding-top: 20px;
  border: 2px solid white;
  top: 47px;
  left: 156px;
  z-index: 10;
}

#login-data-box td
{
  color: white;
  font-weight: bold;
  font-size: 11px;
}

#login-data-box input
{
  border: 1px solid #000000;
  width: 140px;
  font-size: 11px;
}

#login-button
{
  position: relative;
  z-index: 20;
  top: 70px;
  left: 300px;
  cursor : pointer;
  cursor : hand;
}

#login-ribbon
{
  position: relative;
  z-index: 5;
  top: 23px;
  left: 155px;
}

table.logo-table td
{
	padding: 5px 5px 5px 5px;
}

#outoforder
{
    position: relative;
    top: 47px;
    left: 150px;
    width: 400px;
    padding: 10px 5px 10px 5px;
    background-color: white;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #69b3e3;
    filter:alpha(opacity=75);
    opacity: 0.75;
}
