div.login_wrapper{
   margin: 5px;
   padding: 5px;
   border: 1px solid;
   background-color: rgb(235, 218, 188);
   overflow: hidden;
}

div.info_wrapper{
   margin: 0px;
   width: 430px;
   overflow: hidden;
   float: left;
}

div.button_wrapper{
   margin: 0px;
   padding: 0px;
   height: 58px;
   width: 70px;
   text-align: center;
   overflow: hidden;
   float: right;
}

div.button_wrapper input{
   margin: 0px;
   padding: 0px;
   height: 24px;
   width: 65px;
}

div.info_wrapper label{
   width: 75px;
   display: block;
   float: left;
}

div.info_wrapper input{
   width: 340px;
   float: left
}

div.ie_spacer{
   margin: 0px auto;
   height: 2px;
   width: 520px;
   overflow: hidden;
   background-color: rgb(235, 218, 188);
   clear: both;
}

a.selected_admin{
   background-image: url('../images/sAdmin.gif'); 
}

a.item_admin{
   background-image: url('../images/ihAdmin.gif');
	background-repeat: no-repeat; 
	background-position: 0px 0px;
}

a.item_admin:hover{
	background-position: 0px -58px;
}

a.selected_mlinks{
   background-image: url('../images/sMLinks.gif');
}

a.item_mlinks{
   background-image: url('../images/ihMLinks.gif');
	background-repeat: no-repeat; 
	background-position: 0px 0px;
}

a.item_mlinks:hover{
	background-position: 0px -58px;
}

a.selected_products{
   background-image: url('../images/sProducts.gif');
}

a.item_products{
   background-image: url('../images/ihProducts.gif');
	background-repeat: no-repeat; 
	background-position: 0px 0px;
}

a.item_products:hover{
	background-position: 0px -58px;
}

a.selected_mpackages{
   background-image: url('../images/sMPackages.gif');
}

a.item_mpackages{
   background-image: url('../images/ihMPackages.gif');
	background-repeat: no-repeat; 
	background-position: 0px 0px;
}

a.item_mpackages:hover{ 
	background-position: 0px -58px;
}

a.selected_logout{
   background-image: url('../images/sLogout.gif');
}

a.item_logout{
   background-image: url('../images/ihLogout.gif');
	background-repeat: no-repeat; 
	background-position: 0px 0px;
}

a.item_logout:hover{ 
	background-position: 0px -58px;
}

h1.login_ok{
   background-color: black;
   color: green;
   font-size: 1.2em;
}

h1.login_error{
   background-color: black;
   color: red;
   font-size: 1.2em;
}
